单项选择题
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.“””
下列标识符中,合法的是()。A.helloWorldB.2ndObjC.hello#worldD._hell...
多项选择题下列标识符中,合法的是()。
A.helloWorld B.2ndObj C.hello#world D._helloworld