單項選擇題下列語句中,()在Pyhon中是非法的。

A.x=y=z=1
B.x=(y=z+1)
C.x,y=y,x
D.X+=y


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

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

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

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

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

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

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