From ac8401732d451ab591a534d8afe3c9094f0f9e93 Mon Sep 17 00:00:00 2001 From: daihaomiao <2788382390@qq.com> Date: Fri, 20 Aug 2021 09:32:29 +0800 Subject: [PATCH] Update helloworld.py --- helloworld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.py b/helloworld.py index 16f98f8..817ba02 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('mdzhizhang') \ No newline at end of file -- 2.34.1