摘要: 一、整形 1、 eg: 1,2,3,4...... 2、python2.6中 :raw_input 和 input的区别: please input a str:100 100 is <type 'str'> please input a number:100 100 is <type 'int'> 阅读全文
posted @ 2017-10-20 22:52 xuanhui 阅读(172) 评论(0) 推荐(0) 编辑