num1 = input("Enter a number: ") from time import sleep sleep(2) num2 = input("enter a number: ") result = float(num1) + int(num2)