单项选择题
A.a=2 b=2 a=b B.3>2>1 C.True and False D.2!=2
下列选项中,Python不支持的数据类型有()。A.intB.charC.floatD.dictionary
单项选择题下列选项中,Python不支持的数据类型有()。
A.int B.char C.float D.dictionary
下列选项中,符合Python命名规范的标识符是()。A.user-PasswdB.ifC._nameD.set...
单项选择题下列选项中,符合Python命名规范的标识符是()。
A.user-Passwd B.if C._name D.setup.exe
下列符号中,表示Python中单行注释的是()。A.#B.//C.<!---->D.“””
单项选择题下列符号中,表示Python中单行注释的是()。
A.# B.// C.<!----> D.“””