mirror of
https://github.com/pocketpy/pocketpy
synced 2026-06-21 16:07:10 +08:00
9 lines
112 B
Python
9 lines
112 B
Python
def f(a, b, c):
|
|
pass
|
|
|
|
for i in range(10000000):
|
|
f(1, 2, 3)
|
|
f(1, 2, 3)
|
|
f(1, 2, 3)
|
|
f(1, 2, 3)
|