Last active
April 28, 2018 18:57
-
-
Save eoussama/6d3b59be0373ca52d5ed0a546d5603b9 to your computer and use it in GitHub Desktop.
ππ meme review ππ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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