Python中换行显示语法错误源码: print("You are beautiful") 错误信息: 错误的原因: 扫描字符串文字时停止,字符串没有正常结束。 解决方法: print("You are beautiful") 运行结果: 更多Python知识,请关注:Python自学网!!