单项选择题
A.1B.2C.3D.0
A.max(lst)B.min(lst)C.sum(lst)D.round(lst)
A.lst_score的值为[90,92,89,100,95]B.lst_score的值为[90,91,89,100,95]C.报错D.lst_score的值为[92,91,89,100,95]