# With inputs Number1 = int(input("Write the first number:- ")) Number2 = int(input("Write the second number:- ")) Sum = Number1 + Number2 print(Sum)