diff --git a/hello-python3.py b/hello-python3.py new file mode 100644 index 0000000..ad35e5a --- /dev/null +++ b/hello-python3.py @@ -0,0 +1 @@ +print("Hello World")