运行 ❯
拥有你自己的 Python 服务器
×
更改方向
更改主题,深色/浅色
前往 Spaces
txt = "We are the so-called "Vikings" from the north." #You will get an error if you use double quotes inside a string that are surrounded by double quotes:
文件 "demo_string_escape_error.py", 第 1 行
txt = "我们是来自北方的所谓“维京人”。"
^
SyntaxError: 无效语法