My First Calculator Get link Facebook X Pinterest Email Other Apps October 31, 2021 Creating a simple calculator! inpnum = input("Enter your firse number:")inpnum1 = input("Enter your second number:")print("Sum of the numbers is", int(inpnum)+ int(inpnum1)) Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment