diff --git a/Python/hello_world.py b/Python/hello_world.py new file mode 100644 index 0000000..b0891e5 --- /dev/null +++ b/Python/hello_world.py @@ -0,0 +1,4 @@ +hello = "Hello" +world = " World" + +print(hello + world) \ No newline at end of file