Skip to content

Instantly share code, notes, and snippets.

@nulltier
Last active December 12, 2015 10:09
Show Gist options
  • Save nulltier/4757347 to your computer and use it in GitHub Desktop.
Save nulltier/4757347 to your computer and use it in GitHub Desktop.
Кириллица в python3
class вася():
def курить_бамбук():
print ("пых-пых")
петров = вася
петров.курить_бамбук() # пых-пых
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment