Dorothydu's picture
Add files using upload-large-folder tool
11c6595 verified
name = input("Name: ")
num1 = int(input("Age: "))
num1 = num1 + 1
print(name+" next birthday you will be",num1)