Skip to content

Instantly share code, notes, and snippets.

@Darutik
Forked from schacon/gist:1
Last active August 29, 2015 14:09
Show Gist options
  • Save Darutik/6c814c9ffdda59675886 to your computer and use it in GitHub Desktop.
Save Darutik/6c814c9ffdda59675886 to your computer and use it in GitHub Desktop.
import sys
'''
ORIGINAL TEXT
This is gist.
There are many like it, but this one is mine.
It is my life.
I must master it as I must master my life.
Without me gist is useless.
Without gist, I am useless.
'''
# CODE INTERPRETATION:
This = "gist"
These = This
print These + These + These + These + These + These + These + These + These + These + These + These + These + These
print This + " is mine."
It = "my life"
#To be continued...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment