根据文档,它们几乎可以互换.是否有风格上的理由使用一个而不是另一个?
python coding-style
在Python中使用双引号与单引号之间有什么区别吗?
"A string with double quotes" 'A string with single quotes'
它们是一样的吗?python如何解释这些字符串有什么不同吗?
python
python ×2
coding-style ×1