2016年5月21日

Python基础

摘要: 1. 下划线_代表最后一个表达式的值。注意:只在解释器中有用,既显示上一次的操作结果。 2. Print语句可以用%进行格式控制,与C相似。 如: >>> print “%s is number %d!” % (“python”, 1) Python is number 1! 3. Python 非 阅读全文
posted @ 2016-05-21 09:59 李栋94 阅读(208) 评论(0) 推荐(0) 编辑