Answers for "type racer typing test"

-2

typing racer

print("Enter your 1st number")
n1=int(input())
print("Enter your 2nd number")
n2=int(input())
print("Sum of these two numbers",  int(n1)+int(n2))
Posted by: Guest on October-12-2021

Browse Popular Code Answers by Language