python assert断言用法时间:2022-08-21 09:15:33作用:断言函数运行状态 语法:assert condition,判断condition运行状态,若condition状态为false,则上报错误:AssertionError