Skip to content

Instantly share code, notes, and snippets.

@dg256
Last active April 9, 2019 16:29
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 dg256/969285ff94d34b2693765b0ae74ec04f to your computer and use it in GitHub Desktop.
Save dg256/969285ff94d34b2693765b0ae74ec04f to your computer and use it in GitHub Desktop.
// python code
print("Hello world")
print ("@"*10)
birth_year = input("year: ")
print(type(birth_year))
age = 2019 - int(birth_year)
print(age)
@dg256
Copy link
Author

dg256 commented Apr 9, 2019

Testing first gist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment