From 93d7b0a63e68b8be3d137416517a72a7afb07ef1 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Thu, 8 Jul 2021 05:24:44 +0000 Subject: [PATCH] Add 'py/heyo.py' --- py/heyo.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 py/heyo.py diff --git a/py/heyo.py b/py/heyo.py new file mode 100644 index 0000000..40dd293 --- /dev/null +++ b/py/heyo.py @@ -0,0 +1,5 @@ + +print("Heyo! Hello world... Option: 1 for Python 3 NOT 2") + +import sys +sys.stdout.write("Heyo! Hello world... Option: 2 for any version\n") \ No newline at end of file