标签:制表符 ips started 一个 tar nbsp free was 转义字符
常用的转义字符还有:
\n 表示换行 \t 表示一个制表符 \\ 表示 \ 字符本身
请将下面两行内容用Python的字符串表示并打印出来:
Python was started in 1989 by "Guido".
Python is free and easy to learn.
脚本实现:
s = ‘Python was started in 1989 by \"Guido\".\n Python is free and easy to learn .‘
print s
标签:制表符 ips started 一个 tar nbsp free was 转义字符
原文地址:https://www.cnblogs.com/jtestroad/p/9603653.html