Skip to content

Instantly share code, notes, and snippets.

@eoussama
Last active April 28, 2018 18:57
Show Gist options
  • Save eoussama/6d3b59be0373ca52d5ed0a546d5603b9 to your computer and use it in GitHub Desktop.
Save eoussama/6d3b59be0373ca52d5ed0a546d5603b9 to your computer and use it in GitHub Desktop.
πŸ‘πŸ‘ meme review πŸ‘πŸ‘
count = 0
while True:
inpt = input()
if inpt == "clap clap":
count = count + 1
print("Stfffffffuuuffff" if count % 3 == 0 else "meme review")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment