home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / python / test_longexp.py < prev    next >
Encoding:
Text File  |  2002-07-15  |  67 b   |  6 lines

  1.  
  2. REPS = 65580
  3.  
  4. l = eval("[" + "2," * REPS + "]")
  5. print len(l)
  6.