coding by preet

def fun(a, b=2, c=3):
return a + b + c

print(fun(1, c=4))

1 year ago | [YT] | 4