Add 'hello.py'

This commit is contained in:
latenightz 2021-04-29 15:19:49 +00:00
parent 90dacbbdc3
commit c2107d7973
1 changed files with 2 additions and 0 deletions

2
hello.py Normal file
View File

@ -0,0 +1,2 @@
# Hello world in Python
print("Hello, world!\n")