mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +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)
|