摘要: python的数据类型 不可变类型: number、string、tuple 可变类型: list、 set、 dict 获取数据类型: print(type(xxxxx)) 有序数据类型: list 无序数据类型: dict # number data_one = 1 # string data_ 阅读全文
posted @ 2022-05-14 19:56 JiZhaoG 阅读(126) 评论(0) 推荐(0)