diff --git a/LearnTheBasics/HelloWorld.py b/LearnTheBasics/HelloWorld.py new file mode 100644 index 0000000..f6cd10a --- /dev/null +++ b/LearnTheBasics/HelloWorld.py @@ -0,0 +1,4 @@ +x = 1 +if(x == 1): + print("Its a one!") +print("Hello World!") \ No newline at end of file