修改 Python Hello world 的文档
This commit is contained in:
+1
-1
@@ -4,6 +4,6 @@
|
||||
|
||||
|
||||
print('hello, world!')
|
||||
print('你好', '世界')
|
||||
print('你好', 'Python')
|
||||
print('hello', 'world', sep=', ', end='!')
|
||||
print('goodbye, world', end='!\n')
|
||||
|
||||
Reference in New Issue
Block a user