| Fred Drake | 33438d2 | 2000-08-24 00:35:38 +0000 | [diff] [blame] | 1 | REPS = 65580 |
| Jeremy Hylton | 3c0d013 | 2000-06-20 19:13:27 +0000 | [diff] [blame] | 2 | |
| Fred Drake | 004d5e6 | 2000-10-23 17:22:08 +0000 | [diff] [blame] | 3 | l = eval("[" + "2," * REPS + "]") |
| 4 | print len(l) | ||||