摘要: 1、关于pytest与unittest的关系,以下说法正确的是 A. pytest与unittest是互斥的 B. pytest向下兼容unittest C. pytest是标准库,而unittest是第三方库 D. pytest是第三方库,而unittest是标准库2、关于pytest的命名规范, 阅读全文
posted @ 2022-03-15 17:21 大熊童鞋 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 1、下面那个选项是使用向上取整、向下取整。 A. int(5.6)、round(5.66) B. math.ceil(4.85)、int(6.55) C. int(5.55)、math.ceil(2.33) D. math.ceil(4.55)、round(5.55) import math mat 阅读全文
posted @ 2022-03-15 16:42 大熊童鞋 阅读(1641) 评论(0) 推荐(0) 编辑