ADD file via upload

This commit is contained in:
qq971665895 2021-08-25 10:48:10 +08:00
parent 79a9ab72e2
commit c335c372c7
1 changed files with 4 additions and 0 deletions

4
copy_helloworld.py Normal file
View File

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