Python的floor除法现在使用“”实现,那么3.02.0的计算结果是?

Python的floor除法现在使用“//”实现,那么3.0//2.0的计算结果是?

A.1.5

B.1

C.1.0

D.0

正确答案:C

猜你喜欢