4 lines
63 B
Python
4 lines
63 B
Python
|
|
||
|
for i in range(1000):
|
||
|
exec "def test_func_%d(): pass" % i
|