執行 ❯
擁有你自己的 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: 無效語法