doc: update python.md (#221)
This commit is contained in:
parent
3d0d2947a0
commit
3964c0c301
@ -390,9 +390,8 @@ Quick Reference
|
|||||||
[xushanxiang.com](https://xushanxiang.com/ref/)<!--rehype:target=_blank-->
|
[xushanxiang.com](https://xushanxiang.com/ref/)<!--rehype:target=_blank-->
|
||||||
[winnerzr01.github.io](https://winnerzr01.github.io/Quick-Reference/index.html)<!--rehype:target=_blank&class=contributing&data-info=👆需要梯子-->
|
[winnerzr01.github.io](https://winnerzr01.github.io/Quick-Reference/index.html)<!--rehype:target=_blank&class=contributing&data-info=👆需要梯子-->
|
||||||
[isteed.cc](https://ref.isteed.cc/)<!--rehype:target=_blank-->
|
[isteed.cc](https://ref.isteed.cc/)<!--rehype:target=_blank-->
|
||||||
[hestudio.org](https://quickref.hestudio.org)<!--rehype:target=_blank-->
|
[quickref.hestudio.org](https://quickref.hestudio.org)<!--rehype:target=_blank&class=contributing&data-info=👆整点自动同步-->
|
||||||
[surcode.cn](https://ref.surcode.cn)<!--rehype:target=_blank-->
|
[surcode.cn](https://ref.surcode.cn)<!--rehype:target=_blank-->
|
||||||
[hestudio.org](https://quickref.hestudio.org)<!--rehype:target=_blank-->
|
|
||||||
[cms.im](https://quickref.cms.im/)<!--rehype:target=_blank-->
|
[cms.im](https://quickref.cms.im/)<!--rehype:target=_blank-->
|
||||||
[nuomiphp.com](https://reference.tool.nuomiphp.com/)<!--rehype:target=_blank-->
|
[nuomiphp.com](https://reference.tool.nuomiphp.com/)<!--rehype:target=_blank-->
|
||||||
[eryajf.net](https://ref.eryajf.net/)<!--rehype:target=_blank&class=contributing&data-info=👆每天自动同步-->
|
[eryajf.net](https://ref.eryajf.net/)<!--rehype:target=_blank&class=contributing&data-info=👆每天自动同步-->
|
||||||
|
@ -441,6 +441,17 @@ Enter your name: Tom
|
|||||||
True
|
True
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### 转义符号
|
||||||
|
| 转义符号 | 对应的操作 |
|
||||||
|
|---|---|
|
||||||
|
| `\\` | 输出反斜杠 |
|
||||||
|
| `\'` | 输出单引号 |
|
||||||
|
| `\"` | 输出双引号 |
|
||||||
|
| `\n` | 换行 |
|
||||||
|
| `\t` | 水平制表符 |
|
||||||
|
| `\r` | 光标回到首位 |
|
||||||
|
| `\b` | 退格 |
|
||||||
|
|
||||||
Python F 字符串(自 Python 3.6+ 起)
|
Python F 字符串(自 Python 3.6+ 起)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user