Skip to content

Instantly share code, notes, and snippets.

@Xarick28
Created February 4, 2019 19:55
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 Xarick28/7070855b78cabf0cd1be63099ef57dfe to your computer and use it in GitHub Desktop.
Save Xarick28/7070855b78cabf0cd1be63099ef57dfe to your computer and use it in GitHub Desktop.
Count sheep in python
while True:
sheep += 1
if asleep():
break
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment