Skip to content

Instantly share code, notes, and snippets.

@JayeshTiwari03
Created February 22, 2018 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JayeshTiwari03/371682965f080108b7095ead1c6af5b3 to your computer and use it in GitHub Desktop.
Save JayeshTiwari03/371682965f080108b7095ead1c6af5b3 to your computer and use it in GitHub Desktop.
P Exercises
name = str(input("Tell me your name "))
age = int(input("What is your age? "))
year = str((2018 - age) + 100)
print (name + " will be 100 years old in " + year)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment