add helloworld.py

This commit is contained in:
wangtao 2020-07-18 17:04:39 +08:00
parent 9cae5b4488
commit 79a9ab72e2
1 changed files with 4 additions and 0 deletions

4
helloworld.py Normal file
View File

@ -0,0 +1,4 @@
# -*- coding: UTF-8 -*-
# 该实例输出 Hello World!
print('Hello World!')