Skip to content

Instantly share code, notes, and snippets.

@alexnad
Created September 29, 2014 12:31
Show Gist options
  • Select an option

  • Save alexnad/918ec1dbf2f1259f3e59 to your computer and use it in GitHub Desktop.

Select an option

Save alexnad/918ec1dbf2f1259f3e59 to your computer and use it in GitHub Desktop.
def ExOh(str):
str = str.lower()
return str.count('x') == str.count('o')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment