Skip to content

Instantly share code, notes, and snippets.

@bmackenty
Created March 31, 2022 11:20
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 bmackenty/c25b587d262a55e109be6573ca2d4800 to your computer and use it in GitHub Desktop.
Save bmackenty/c25b587d262a55e109be6573ca2d4800 to your computer and use it in GitHub Desktop.
# pushups:
day1 = [5,7,5,9,5]
day2 = [4,8,8,7,6]
day3 = [10,10,10,10,9]
day4 = [10,12,12,12,10]
day5 = [12,12,12,12,10]
# anopther way of writing this:
pushups = [[5,7,5,9,5],[4,8,8,7,6],[10,10,10,10,9],[10,12,12,12,10],[12,12,12,12,10]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment