Python学习14:如何把Python

发布时间:2019-09-20 07:31:08编辑:auto阅读(1693)

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

关键字

上一篇: flex3整合java

下一篇: python unittest框架