What is the output of the following Python code?
b = 30
def fun(a, b=b):
   return a+b
print(fun(1))


Posted on by