summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_longexp.py
blob: c2c26125c86d4da4252a30c2fc8057a5c59723d3 (plain)
1
2
3
4
5

REPS = 65580

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