在线名词解释大全 - Python程序设计 - 详细

18 Toadd0.01+0.02+...+1.00,whatordershouldyouusetoaddthenumberstogetbetteraccuracy?()

A
add 0.01, 0.02, ..., 1.00 in this order to a sum variable whose initial value is 0.
B
add 1.00, 0.99, 0.98, ..., 0.02, 0.01 in this order to a sum variable whose initial value is 0.
正确答案:
相关推荐
扫描二维码
关注公众平台