Files

12 lines
78 B
Python

foo(x,y,z=1,w=2)
bar()()()
baz(2+2, kw = 3*4)
a(*b, **c)
d(e,)
f(g.h[i])