摘要: 数据类型:整数(int) 浮点数(float) 布尔值(bool):true false 类型(type):print(type(2)) print(type(2.2)) print(type(2<2.2)) isinstance(a,int) 常数:true false none(空值) 运算符: 阅读全文
posted @ 2023-11-22 11:08 kakacarola 阅读(29) 评论(0) 推荐(0)