相关考题
-
单项选择题
下列表达式中,返回True的是()。
A.a=2 b=2 a=b
B.3>2>1
C.True and False
D.2!=2 -
单项选择题
下列选项中,Python不支持的数据类型有()。
A.int
B.char
C.float
D.dictionary -
单项选择题
下列选项中,符合Python命名规范的标识符是()。
A.user-Passwd
B.if
C._name
D.setup.exe
