Computer Science, asked by Prajapatigopal9580, 23 hours ago

Write a recursive function to add two numbers a and b.

Answers

Answered by davidjeremiah050708
0
a=input(int(“pls enter a number”))
b= input(int(“pls enter another number”))

sum=a+b
print(sum)

Pls mark me brainliest
Similar questions