Skip to content

Instantly share code, notes, and snippets.

@Dispader
Created August 31, 2017 22:49
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 Dispader/3ffd37a0e18a2777087e306ba03c0cb3 to your computer and use it in GitHub Desktop.
Save Dispader/3ffd37a0e18a2777087e306ba03c0cb3 to your computer and use it in GitHub Desktop.
conversions = 1125
minutes = 45
minutes_per_conversion = minutes / conversions
conversions_to_go = 1605 - 1270
minutes_to_go = conversions_to_go * minutes_per_conversion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment