Skip to content

Instantly share code, notes, and snippets.

@pejantantangguh
Last active November 15, 2017 00:36
Show Gist options
  • Save pejantantangguh/d5d598eea19773e458fda9407c9fbfbe to your computer and use it in GitHub Desktop.
Save pejantantangguh/d5d598eea19773e458fda9407c9fbfbe to your computer and use it in GitHub Desktop.
name = input("Your name please?")
age = int(input("Please enter your age?")) + 100
print("Your name is "+name+ " and in 100 years you will be "+str(age))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment