Skip to content

Instantly share code, notes, and snippets.

@dg256
Last active April 9, 2019 16:29
Show Gist options
  • Select an option

  • Save dg256/969285ff94d34b2693765b0ae74ec04f to your computer and use it in GitHub Desktop.

Select an option

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

dg256 commented Apr 9, 2019

Copy link
Copy Markdown
Author

Testing first gist

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