-
-
Save Darutik/6c814c9ffdda59675886 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 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