單項(xiàng)選擇題下列表達(dá)式中,返回True的是()。

A.a=2 b=2 a=b
B.3>2>1
C.True and False
D.2!=2


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題下列選項(xiàng)中,Python不支持的數(shù)據(jù)類型有()。

A.int
B.char
C.float
D.dictionary

2.單項(xiàng)選擇題下列選項(xiàng)中,符合Python命名規(guī)范的標(biāo)識(shí)符是()。

A.user-Passwd
B.if
C._name
D.setup.exe

3.單項(xiàng)選擇題下列符號(hào)中,表示Python中單行注釋的是()。

A.#
B.//
C.<!---->
D.“””

4.多項(xiàng)選擇題下列標(biāo)識(shí)符中,合法的是()。

A.helloWorld
B.2ndObj
C.hello#world
D.­_helloworld

5.單項(xiàng)選擇題假設(shè)a=9,b=2,那么下列運(yùn)算中,錯(cuò)誤的是()。

A.a+b的值是11
B.a//b的值是4
C.a%b的值是1
D.a**b的值是18