修改helloworld.py打印输出

This commit is contained in:
Longqiaozhou 2021-05-19 11:04:21 +08:00
parent 79a9ab72e2
commit 6e3d6b3316
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# -*- coding: UTF-8 -*-
# 该实例输出 Hello World!
print('Hello World!')
print('Hello World!Nice to meet u!')