def add(a,b):
Sum =a+b
return sum
addition=add(1,2)
print(addition)
What will be the output of this python code

Posted on by