gpt4 book ai didi

python - python中的 ' '和 ""有什么区别?

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

<分区>

Possible Duplicates:
Is there any difference between “string” and 'string' in Python?
Single quotes vs. double quotes in Python

我注意到我可以使用单引号和双引号来分隔 python 中的字符串,无论我使用哪个来分隔字符串,我都可以在其中自由使用而无需任何需要逃避它。

例子:

ex1 = 'this works'
ex2 = "this works too"
ex3 = "it's much easier to write it's this way"
ex4 = 'but this way, it\'s possible to print out "quotes from other people"'

然而,在其他语言中,我看到了两种无关紧要的情况(在 JavaScript 中,'hi'=="hi"'hi'== ="hi" 返回 true) 以及它在哪里(在 C# 中,"d" 是一个 string 'd' 是一个 char)

现在,我想知道“幕后”是否真的存在差异。 python 是否关心我使用 '" 中的哪一个?如果是,以什么方式?

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