摘要: 回顾 昨天学习内容: 1.基本类型数据. int 整型, bool 布尔, True和False str 字符串 list 列表 tuple 元组 dict 字典 set 集合 2.int类型的操作 bit_length() 返回二进制长度 3.bool 类型 类型转换: 想转成什么就用什么括号括起 阅读全文
posted @ 2018-07-31 17:00 吧啦吧啦吧啦 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 今日主要内容: 基本数据类型(int,bool,str) 1. 基本数据数据类型: int 整数 str 字符串.一般不存放大量的数据 bool 布尔值,用来判断,True,False list 列表,用来存放大量数据, [ ]表示,里面可以装各种数据类型, tuple 元组. 只读列表. tupl 阅读全文
posted @ 2018-07-31 16:24 吧啦吧啦吧啦 阅读(66) 评论(0) 推荐(0) 编辑