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

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

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

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

5.單項選擇題假設(shè)a=9,b=2,那么下列運算中,錯誤的是()。

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