Skip to content

Instantly share code, notes, and snippets.

@Bachmann1234
Created December 20, 2014 01:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bachmann1234/c8a4b09118de42ce0cdb to your computer and use it in GitHub Desktop.
Save Bachmann1234/c8a4b09118de42ce0cdb to your computer and use it in GitHub Desktop.
Holy hell python
def C():
return "bat"
def С():
return "man"
if __name__ == "__main__":
print(C(), С())
@Bachmann1234
Copy link
Author

Note this is only valid in python 3

@Bachmann1234
Copy link
Author

Note that C and C both look identical

but are actually different unicode character points

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment