Created
January 17, 2016 18:21
-
-
Save enomado/939ca2029344fec89c42 to your computer and use it in GitHub Desktop.
pzdc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import qwe | |
qwe.dilda = ["sgushenka"] | |
qwe.ohuet() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ python -c 'import asd' | |
['sgushenka'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def ohuet (): | |
print dilda |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment