cpython/Lib/test/test_longexp.py

5 lines
61 B
Python

REPS = 65580
l = eval("[" + "2," * REPS + "]")
print len(l)