home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Programming / Python2 / Lib / Python2.0 / test / disabled / test_longexp.py < prev   
Encoding:
Text File  |  2000-10-25  |  64 b   |  5 lines

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