练习中有一个很无聊的问题:如何把Python代码写成一行?
print "How can i write python in a line? \n"; print "You can use ';' follow the sentence. " ; print "Then run the script!"; print; print "Done."
使用 ; 分割每段代码,就能把Python代码写成一行,但要注意语法。
2018-06-25 17:24:07
浏览 5187
练习中有一个很无聊的问题:如何把Python代码写成一行?
print "How can i write python in a line? \n"; print "You can use ';' follow the sentence. " ; print "Then run the script!"; print; print "Done."
使用 ; 分割每段代码,就能把Python代码写成一行,但要注意语法。
随时随地看视频慕课网APP
相关课程