2020年7月11日

Python内置数据类型

摘要: 数值型 int float complex bool 数字的处理函数 round();四舍六入,五取偶;round(1.5)=2;round(2.5)=2; floor()地板;天花板ceil(); math.floor(1.5)=1;math.ceil(1.5)=2; min(); max(); 阅读全文

posted @ 2020-07-11 21:39 星空6 阅读(265) 评论(0) 推荐(0)

导航