My-Life-s-First-Project a = input("Enter Your First Number:" ) b = input("Enter Your Second Number:" ) print("Your Answer is:", int(a)+int(b))