kuroko/test/testShadowedDefaultArgument.krk
2021-12-15 15:11:27 +09:00

5 lines
54 B
Python

def foo(print=print):
print("hello world")
foo()