📜  python 在字符串中加上引号 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:44.581000             🧑  作者: Mango

代码示例1
# any character with a "\" before it is ignored as syntax and placed in the string

print("\"This should work for you\" I said")