摘要: python中的数据类型: 整数(int):用于表示整数,例如 -5,0,10 等。 浮点数(float):用于表示小数,例如 3.14, -0.5 等。 字符串(str):用于表示文本,例如 "Hello",'World' 等。 布尔值(bool):用于表示真或假,只有两个值,True 和 Fal 阅读全文
posted @ 2025-01-14 20:31 sword_kong 阅读(15) 评论(0) 推荐(0)