mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-19 19:10:17 +00: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)
|