Skip to content

Instantly share code, notes, and snippets.

@danny8376
Last active August 29, 2015 14:07
Show Gist options
  • Save danny8376/6063dfdc414e0d2dae70 to your computer and use it in GitHub Desktop.
Save danny8376/6063dfdc414e0d2dae70 to your computer and use it in GitHub Desktop.
hello = "Hello, this is Python."
py = "Python is fantastic."
rb = "Ruby is my favorite."
q = "OAO a question here !?"
print rb[:5] + hello[4] + rb[15] + hello[-8:-1] + q[-1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment