blob: b5af3a6c5fdc432b472656bf1ccfb730e8fdd0d4 [file] [log] [blame]
def f(p2, p):
print(p, p2)
f(p2=2, p=1)