我会创建一个文本冒险游戏。我将在稍后添加其余内容。测试这个位时我得到了这个错误,看看我是否记得正确的东西。猜猜我没有。
print("Welcome. This is a text adventure game. It is the first time I create
\n something like this, so please be kind. Enjoy! \n Type \"start\" to start
the game.\n Type \"quit\" to exit."
答案 0 :(得分:0)
你的印刷品似乎错过了一个结束括号。