2016年6月22日

python入门笔记

摘要: python 2.7 1.print 输出,打印,也可以用 print() 可以输出字符串,数字,变量,比较结果,运算结果。字符串要加英文引号。 >>> print "hello world" hello world >>> print 'hello world' hello world >>> print 1 1 >>> print 1.23 1.23 >>> print... 阅读全文

posted @ 2016-06-22 21:52 李云凡 阅读(159) 评论(0) 推荐(0)

导航