python中的数据类型

tech2025-07-23  5

python中有6个标准的数据类型:数字(number),字符串(string),列表(list),字典(dictionary),集合(sets)。 python3支持的数值型数据类型有int, float. bool complex 分为数值型数据和字符型数据

最新回复(0)