多項(xiàng)選擇題python中算數(shù)運(yùn)算符包含()

A.+
B.-
C.and
D.or


您可能感興趣的試卷

你可能感興趣的試題

1.多項(xiàng)選擇題可以與while配合使用的是()

A.break
B.continue
C.else
D.elif

2.多項(xiàng)選擇題下列屬于不可變的序列是()

A."HELLO"
B.[]
C.{"name":"zs"}
D.(1,2,3)

3.多項(xiàng)選擇題不屬于python關(guān)鍵字的有()

A.For
B.if
C.else
D.Else

4.多項(xiàng)選擇題python中,集合的特點(diǎn)是()

A.無(wú)序
B.元素不重復(fù)
C.有序
D.元素可重復(fù)

5.單項(xiàng)選擇題len([1,2,3,""])的值是()

A.0
B.1
C.2
D.4