From 59df31d3d4d3e2ea5f1677ddbc0e016d17e1501e Mon Sep 17 00:00:00 2001 From: Silent7lambs Date: Sun, 27 Sep 2020 14:54:52 +0800 Subject: [PATCH] first commit --- helloworld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.py b/helloworld.py index 16f98f8..b13c4f9 100644 --- a/helloworld.py +++ b/helloworld.py @@ -1,4 +1,4 @@ # -*- coding: UTF-8 -*- # 该实例输出 Hello World! -print('Hello World!') \ No newline at end of file +print('Hello World! is revised!')