home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2004 March / INTERNET115.ISO / pc / software / windows / building / python / python_233.exe / 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.