From fd2bd223fdd8d1b0a5716ae9edd248542155bda5 Mon Sep 17 00:00:00 2001 From: maxjhandsome <243275429@qq.com> Date: Sun, 25 Jul 2021 21:24:27 +0800 Subject: [PATCH] Update helloworld.py --- helloworld.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helloworld.py b/helloworld.py index 16f98f8..3085109 100644 --- a/helloworld.py +++ b/helloworld.py @@ -1,4 +1,6 @@ # -*- coding: UTF-8 -*- # 该实例输出 Hello World! -print('Hello World!') \ No newline at end of file +print('Hello World!') +-print('Hello World!') ++print('Welcome Maxj!') \ No newline at end of file