符號輸入問題
為什么后面要加上“.”才能運行成功?
如:s='Python is started by "Guido".\n Python is easy to learn' 運行不成功;
但是:s='Python is started by "Guido".\n Python is easy to lear.' 是OK的
為什么后面要加上“.”才能運行成功?
如:s='Python is started by "Guido".\n Python is easy to learn' 運行不成功;
但是:s='Python is started by "Guido".\n Python is easy to lear.' 是OK的
2019-03-01
舉報
2019-03-01
要求的文本里面本來就有點呀.......