摘要: 程序输入与输出¶ 打印字符串¶ In [1]: myString = "hello word" print myString hello word 格式化字符串¶ In [7]: print "%s is number %d!"%("python",1) print "{} is number {} 阅读全文
posted @ 2019-10-30 23:14 CQ_LQJ 阅读(274) 评论(0) 推荐(0) 编辑