14.下面代码的输出结果是 ______ 。>>>print( 0.1+0.2==0.3)
查看答案
13.下面代码的输出结果是 ______ 。>>>listV = list(range(5))>>>print(2 in listV)
12.下面代码的输出结果是 ______ 。>>>ls=[[1,2,3],[[4,5],6],[7,8]]>>> print(len(ls))
11.下面代码的输出结果是 ______ 。>>>abs(-3+4j)
10.下面代码的输出结果是 ______ 。>>>x=0b1010>>>print(x)