mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-09 13:16:05 +00:00
Create helloworld.py
This commit is contained in:
parent
90182f2af2
commit
85be8e2f90
9
app/assets/py/helloworld.py
Normal file
9
app/assets/py/helloworld.py
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
#-*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
import sys
|
||||||
|
|
||||||
|
def main(args):
|
||||||
|
print("Hello World")
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main(sys.argv)
|
Loading…
Reference in New Issue
Block a user