修改 Python Hello world 的文档

This commit is contained in:
YuCheng Hu
2021-03-06 09:37:01 -05:00
parent 2aba13a076
commit 4d5d179c65
2 changed files with 56 additions and 2 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
print('hello, world!')
print('你好', '世界')
print('你好', 'Python')
print('hello', 'world', sep=', ', end='!')
print('goodbye, world', end='!\n')