diff --git a/Python/helloMarcin.py b/Python/helloMarcin.py new file mode 100644 index 0000000..a929489 --- /dev/null +++ b/Python/helloMarcin.py @@ -0,0 +1,4 @@ +hello = ['h', 'e', 'l', 'l', 'o', ' ', 'w', 'o', 'r', 'l', 'd'] + +for index in hello: + print (index, end='') \ No newline at end of file