def sum1(a,b): print("sum=", a+b) a=int(input("Enter no 1 ")) b=int(input("Enter no 2")) sum1(a,b)

Built With

Share this project:

Updates