home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / TemaCD / webclean / !!!python!!! / BeOpen-Python-2.0.exe / TEST_LONGEXP.PY < prev    next >
Encoding:
Text File  |  2000-09-28  |  68 b   |  5 lines

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