摘要:
1、数据类型的划分 数据类型分为:可变数据类型,不可变数据类型 不可变数据类型:元祖、bool、int、str 可哈希 可变数据类型:list,dic,set 不可哈希 不可变数据类型:元祖、bool、int、str 可哈希 可变数据类型:list,dic,set 不可哈希 2、dic的数据结构 d 阅读全文
摘要:
1、The start value of slice is less than then end value,and the step is negative 2、One line of code exchanges the value of a and b 3、使用集合去重 4、生成器一次性取值 阅读全文