Skip to content

Instantly share code, notes, and snippets.

@lbattaglioli2000
Created June 23, 2016 02:49
Show Gist options
  • Save lbattaglioli2000/64676069631a1c6df4c9d3205ca6c6ae to your computer and use it in GitHub Desktop.
Save lbattaglioli2000/64676069631a1c6df4c9d3205ca6c6ae to your computer and use it in GitHub Desktop.
hello = "Hello there "
world = "wonderful world!"
hello_world = hello + world
print(hello_world)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment