随笔分类 -  Python

摘要:外链 阅读全文
posted @ 2017-03-11 20:50 Justin067 阅读(108) 评论(0) 推荐(0)
摘要:一、运算符 1、算术运算: 2、比较运算符: 3、复制运算符: 4、逻辑运算: 5、成员运算: 6、三元运算: 二、基本数据类型 1、数字 2、布尔值 3、长整型 4、复数 三、字符串 1 strip,lstrip,rstrip 2 lower,upper 3 startswith,endswith 阅读全文
posted @ 2017-03-06 00:10 Justin067 阅读(250) 评论(0) 推荐(0)

TOP