Skip to content

Instantly share code, notes, and snippets.

@joemarchese
Last active October 1, 2015 13:40
Show Gist options
  • Select an option

  • Save joemarchese/91b8bcef967831cb04d5 to your computer and use it in GitHub Desktop.

Select an option

Save joemarchese/91b8bcef967831cb04d5 to your computer and use it in GitHub Desktop.
Four Sticks
def therefore():
'''prints four for each fore in fours if each foure in fours is == 4 four times.'''
for four in fore:
for foure in fore:
print(4, end=' ')
print()
four = 4
fours = [four] * 4
fore = [foure for foure in fours if foure == 4]
therefore()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment