python换行显示语法错误

Python中换行显示语法错误源码:

print("You are
beautiful")

错误信息:

p1.jpg

错误的原因:

扫描字符串文字时停止,字符串没有正常结束。

解决方法:

print("You are beautiful")

运行结果:

p2.jpg

更多Python知识,请关注:云海天python教程网!!

来源:PY学习网:原文地址:https://www.py.cn/article.html

hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » python换行显示语法错误