4 lines
31 B
Python
4 lines
31 B
Python
![]() |
def foo(x):
|
||
|
print(x)
|
||
|
foo(x=1)
|