Skip to content

Instantly share code, notes, and snippets.

@rampion
Last active June 2, 2017 18:17
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 rampion/ef70841288d06f7e813fe1000c9f64da to your computer and use it in GitHub Desktop.
Save rampion/ef70841288d06f7e813fe1000c9f64da to your computer and use it in GitHub Desktop.
print "ab"
a = ""
a+='p'
a+='r'
a+='i'
a+='n'
a+='t'
a+=' '
a+='"'
a+='a'
b='\x7f'
a+=b
a+='b'
a+='"'
b='\n'
a+=b
exec a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment