练习中有一个很无聊的问题:如何把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代码写成一行,但要注意语法。
练习中有一个很无聊的问题:如何把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代码写成一行,但要注意语法。
相关课程