Skip to content

Instantly share code, notes, and snippets.

@rsxss
Created June 28, 2020 12:58
Show Gist options
  • Save rsxss/570e5f48a75b181d15e0f8dc91973e91 to your computer and use it in GitHub Desktop.
Save rsxss/570e5f48a75b181d15e0f8dc91973e91 to your computer and use it in GitHub Desktop.
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