diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..b45da01 --- /dev/null +++ b/hello.py @@ -0,0 +1,7 @@ +def HelloWorld(x): + print(x) + + + + +HelloWorld("print") \ No newline at end of file