您好,欢迎来到99网。
搜索
您的当前位置:首页python中反斜杠是什么意思

python中反斜杠是什么意思

来源:99网


1、python本身使用来转义一些特殊字符,比如在字符串中加入引号的时候

s = 'i'm superman'
print(s) # i'm superman

2、Python中反斜杠也可以用在一行结尾做续行符使用。

例:

hello = "This is a rather long string containing

several lines of text just as you would do in C.

 Note that whitespace at the beginning of the line is
 significant."
 
print(hello)

注意,其中的换行符仍然要使用 表示——反斜杠后的换行符被丢弃了。以上例子将如下输出:

This is a rather long string containing
several lines of text just as you would do in C.
 Note that whitespace at the beginning of the line is significant.

Python中的转义字符:

更多Python相关技术文章,请访问Python教程栏目进行学习!

Copyright © 2019- 99spj.com 版权所有 湘ICP备2022005869号-5

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务