python学习6
Python-字符串双引号 “ “ 表string12spam = "That is Alice's cat."#out: That is Alice's cat.
转义字符
转义字符
打印为
```'
单引号
```"
双引号
\t
制表符
\n
换行符
...
Learning diary of Arya Yang