From 79a9ab72e240bb99340a3687fb098bc7306372ba Mon Sep 17 00:00:00 2001 From: wangtao <271024963@qq.com> Date: Sat, 18 Jul 2020 17:04:39 +0800 Subject: [PATCH] add helloworld.py --- helloworld.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 helloworld.py diff --git a/helloworld.py b/helloworld.py new file mode 100644 index 0000000..16f98f8 --- /dev/null +++ b/helloworld.py @@ -0,0 +1,4 @@ +# -*- coding: UTF-8 -*- + +# 该实例输出 Hello World! +print('Hello World!') \ No newline at end of file