摘要: print应用 // 输出两行 print "hahaha" print "hehehe" // 输出在同一行里 print "hahaha", print "hehehe" // 输出到文件 f = open("xxx.txt", "w") print >> f,"hahaha" f.close( 阅读全文
posted @ 2018-12-05 14:48 菜鸟程序杜 阅读(205) 评论(0) 推荐(0) 编辑