Skip to content

Instantly share code, notes, and snippets.

@JustinSDK
Last active September 21, 2020 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JustinSDK/815f4c0ac5c9234a8aeb5c826f6bd8a2 to your computer and use it in GitHub Desktop.
Save JustinSDK/815f4c0ac5c9234a8aeb5c826f6bd8a2 to your computer and use it in GitHub Desktop.
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