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 python
Updates deleted deleted started this project — Apr 26, 2024 10:34 PM EDT Leave feedback in the comments! Log in or sign up for Devpost to join the conversation.
deleted deleted started this project — Apr 26, 2024 10:34 PM EDT Leave feedback in the comments! Log in or sign up for Devpost to join the conversation.
Log in or sign up for Devpost to join the conversation.