Last active
September 21, 2020 03:28
-
-
Save JustinSDK/815f4c0ac5c9234a8aeb5c826f6bd8a2 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
t = 't=\'\\n\nprint(t[0:3]+t[0:2]+t[3]+t[2]+t[3]*2+t[4]+t[3:5]+t[6:]+t[2]+t[5]+t[6:])' | |
print(t[0:3]+t[0:2]+t[3]+t[2]+t[3]*2+t[4]+t[3:5]+t[6:]+t[2]+t[5]+t[6:]) | |
# r='r=%r;print(r%%r)';print(r%r) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment