Skip to content

Instantly share code, notes, and snippets.

@scrool
Created September 9, 2012 18:54
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 scrool/3686464 to your computer and use it in GitHub Desktop.
Save scrool/3686464 to your computer and use it in GitHub Desktop.
Syntactic valid code on first page of Red Hat's document https://www.facebook.com/download/339007032856451/Red_Hat_Python_flyer_062012_web.pdf
_ = '_ = "Red Hat loves Python!"\n\
print _.replace("Red Hat\
loves Python!", repr(_), 1)'
print _.replace("Red hat loves Python!",
repr(_), 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment