Add 'py/heyo.py'
This commit is contained in:
parent
84726e1168
commit
93d7b0a63e
|
@ -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")
|
Loading…
Reference in New Issue