Update helloworld.py

This commit is contained in:
maxjhandsome 2021-07-25 21:24:27 +08:00
parent fb4ca4a26c
commit fd2bd223fd
1 changed files with 3 additions and 1 deletions

View File

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