Skip to content

Instantly share code, notes, and snippets.

@david50407
Created October 16, 2014 06:41
Show Gist options
  • Save david50407/db98baf2b6c6a659c891 to your computer and use it in GitHub Desktop.
Save david50407/db98baf2b6c6a659c891 to your computer and use it in GitHub Desktop.
hello = "Hello World!"
world = "My World!"
print hello[:6] + world # Hello My World!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment