python中的数据类型(Number String List Tuple Set Dictionary) 不可变:Number String Tuple 可变: List Set Dictionary 注意:(在数字->bool 字符串->bool的类型转换中 只有0 或者 ""转换为布尔类型为False 其他都为True) print('heh') 来源:https://www.cnblogs.com/kongjunkongjun/p/12019706.html 标签 python字符串 布尔类型 数字转换 string 类型转换 python