summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_longexp.py
blob: 243b28a38bafaad57c18cbc9334879a5002d7ca0 (plain)
1
2
3
4
REPS = 65580

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