Files
2025-09-13 14:39:22 +08:00

4 lines
31 B
Python

def foo(x):
print(x)
foo(x=1)