Created
February 27, 2018 07:24
-
-
Save JayeshTiwari03/f4b779a9aa569ba42f0a69ddcbe6f0ea to your computer and use it in GitHub Desktop.
Python Blocks Exercises(trinket.io)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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