摘要: Python的基本数据类型: • 整数(int),例如6 • 浮点数(float),例如6.6 • 字符串(str),例如"6","python" • 布尔值(bool),例如True、False 注:使用type()内建函数查看对象类型. 运算符: 运算符 描述 示例 + 加法 (6 + 6) 结 阅读全文
posted @ 2020-11-05 14:09 ForLivetoLearn 阅读(103) 评论(0) 推荐(0) 编辑