2020年2月14日

摘要: Python的基本数据类型 Python: 的数字有 4 中数据类型:整数(int)、浮点数(float)、布尔值(bool)、复数(complex)。 打印:数据类型 >>> type (1) >>> <class 'int'> >>> type (1.0) >>> <class 'float'> 阅读全文
posted @ 2020-02-14 19:59 方木Fengl 阅读(183) 评论(0) 推荐(0) 编辑

导航