Skip to content

Instantly share code, notes, and snippets.

@codenamejason
Created March 3, 2015 04:06
Show Gist options
  • Save codenamejason/7d557154438d793ee3c1 to your computer and use it in GitHub Desktop.
Save codenamejason/7d557154438d793ee3c1 to your computer and use it in GitHub Desktop.
Age In Days
age = input
days_in_year = 365.25
days_alive = age * days_in_year
print days_alive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment