>> print("\thello python") hello python>>>" />

Python转义字符:\n和\t

\n: 换行
\t:制表符,一个tab等于4个空格

>>> print("hello\npython")
hello
python

>>> print("\thello python")
hello python
>>>

#现在前往

精选留言

Python,转义,字符
sample
2022-12-18
写留言
签到
投稿
QQ咨询
返回顶部