Andrew MacIntyre | 5cef571 | 2002-02-24 05:32:32 +0000 | [diff] [blame] | 1 | |
Fred Drake | 33438d2 | 2000-08-24 00:35:38 +0000 | [diff] [blame] | 2 | REPS = 65580 |
Jeremy Hylton | 3c0d013 | 2000-06-20 19:13:27 +0000 | [diff] [blame] | 3 | |
Andrew MacIntyre | 754140e | 2002-07-15 12:03:19 +0000 | [diff] [blame] | 4 | l = eval("[" + "2," * REPS + "]") |
5 | print len(l) |