我正在尝试创建一个程序,该程序分配任何人响应特定提示的类型,它占用两行以上,我担心它无法识别字符串,因为它位于不同的行上。它不断弹出“不正确的语法”错误,并一直指向下面的行。有什么办法可以解决这个问题吗?
given = raw_input("Is " + str(ans) + " your number?
Enter 'h' to indicate the guess is too high.
Enter 'l' to indicate the guess is too low.
Enter 'c' to indicate that I guessed correctly")