modified helloworld.py

This commit is contained in:
sudo-tengyou 2021-06-08 17:02:48 +08:00
parent 79a9ab72e2
commit 40d4cc6e3d
1 changed files with 1 additions and 1 deletions

View File

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