Skip to content

Instantly share code, notes, and snippets.

@JayeshTiwari03
Created February 27, 2018 07:24
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/f4b779a9aa569ba42f0a69ddcbe6f0ea to your computer and use it in GitHub Desktop.
Save JayeshTiwari03/f4b779a9aa569ba42f0a69ddcbe6f0ea to your computer and use it in GitHub Desktop.
Python Blocks Exercises(trinket.io)
age = input("What us your age?")
age = int(age) * int(7)
print ("Your age in dog years will be", age, "years")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment