Skip to content

Instantly share code, notes, and snippets.

@jichngan
Created December 29, 2017 06:43
Show Gist options
  • Save jichngan/e0c4ee2343bc56856770fdd1916bd5e4 to your computer and use it in GitHub Desktop.
Save jichngan/e0c4ee2343bc56856770fdd1916bd5e4 to your computer and use it in GitHub Desktop.
Character Input
name= input("Input name please: ")
age= input("Inpute age please: ")
100_years_old_age= 100- int(age) + 2017
print("You will be 100 years old in " + 100_years_old_age)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment