Created
June 28, 2020 12:58
-
-
Save rsxss/570e5f48a75b181d15e0f8dc91973e91 to your computer and use it in GitHub Desktop.
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
import random | |
if __name__ == '__main': | |
in = input('Say a magic word (A very very cute creature as our master: ') | |
if lower(in) == 'cat': | |
print('Yes!') | |
else: print('No!') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment