Staging
v0.8.1
Raw File
test_longexp.py

REPS = 65580

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