Last active
August 29, 2015 14:07
-
-
Save danny8376/6063dfdc414e0d2dae70 to your computer and use it in GitHub Desktop.
This file contains 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
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