• 2025-11-06
python数据形式有哪些

Python中常用数据形式包括:1.内置基本类型如int、float、str、bool和None;2.复合类型如list、tuple、dict和set;3.扩展类型如NumPy数组、pandasSer......

11