gpt4 book ai didi

python - 在变量中使用反斜杠

转载 作者:行者123 更新时间:2023-11-30 21:49:40 24 4
gpt4 key购买 nike

为什么当我在 python shell 上输入变量名称时会看到两个反斜杠?

>>> print '6\\3=2'
6\3=2 ==> Correctly prints back slash
>>> var1='6\\3=2'
>>> print(var1)
6\3=2 ==> Correctly prints back slash
>>> var1
'6\\3=2' ==> Why do I see two back slashes here ? Instead of just one ?
>>>

最佳答案

Python shell 中的输出是字符串表示形式。它的打印方式与在代码中键入它的方式相同。

关于python - 在变量中使用反斜杠,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34458003/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com