Write a recursive function to add two numbers a and b.
Answers
Answered by
0
a=input(int(“pls enter a number”))
b= input(int(“pls enter another number”))
sum=a+b
print(sum)
Pls mark me brainliest
b= input(int(“pls enter another number”))
sum=a+b
print(sum)
Pls mark me brainliest
Similar questions