Add 'py/heyo.py'

This commit is contained in:
Sarimoko 2021-07-08 05:24:44 +00:00
parent 84726e1168
commit 93d7b0a63e
1 changed files with 5 additions and 0 deletions

5
py/heyo.py Normal file
View File

@ -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")