We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbb4d3 commit f8a8b83Copy full SHA for f8a8b83
markdown/Part.1.E.5.strings.md
@@ -83,7 +83,8 @@ print(
83
Simple is better than complex.
84
Complex is better than complicated.
85
"""
86
-) #用 print() 输出的时候,\n 就是不可见字符,字符串本身如下:
+)
87
+# 用 print() 输出的时候,\n 就是不可见字符,字符串本身如下:
88
# '\nSimple is better than complex.\nComplex is better than complicated.\n'
89
# 其中的 \n 被打印出来的时候显示成换行
90
```
0 commit comments