摘要: 数据类型的分类(可变与不可变): 可变(不可哈希)的数据类型:list dict set 不可变(可哈希)的数据类型: str bool int tuple 字典:{}括起来,以健值对形式存储的容器型数据类型: 键必须是不可变的数据类型,int str(bool tuple几乎不用)唯一的 值可以是 阅读全文
posted @ 2019-06-10 19:15 God_with_us 阅读(134) 评论(0) 推荐(0) 编辑
摘要: message = "伤情最是晚凉天,憔悴厮人不堪言。"‘ count=0 num= 1 while count 阅读全文
posted @ 2019-06-10 08:51 God_with_us 阅读(395) 评论(0) 推荐(0) 编辑