Skip to content

Commit f8a8b83

Browse files
WangZhenhuaFirstxiaolai
authored andcommitted
Update Part.1.E.5.strings.md
那行注释放到下一行,#后面加个空格好像排版更好一些
1 parent 9cbb4d3 commit f8a8b83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

markdown/Part.1.E.5.strings.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ print(
8383
Simple is better than complex.
8484
Complex is better than complicated.
8585
"""
86-
) #用 print() 输出的时候,\n 就是不可见字符,字符串本身如下:
86+
)
87+
# 用 print() 输出的时候,\n 就是不可见字符,字符串本身如下:
8788
# '\nSimple is better than complex.\nComplex is better than complicated.\n'
8889
# 其中的 \n 被打印出来的时候显示成换行
8990
```

0 commit comments

Comments
 (0)