Created
June 23, 2016 02:49
-
-
Save lbattaglioli2000/64676069631a1c6df4c9d3205ca6c6ae to your computer and use it in GitHub Desktop.
This file contains hidden or 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 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