Skip to content

Instantly share code, notes, and snippets.

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

  • Save alexnad/0e5de1cd56a0094fbeb4 to your computer and use it in GitHub Desktop.

Select an option

Save alexnad/0e5de1cd56a0094fbeb4 to your computer and use it in GitHub Desktop.
def ExOh(str):
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