下列标识符中,属于 Python合法的是( )。
A: helloworld
B: 3hello
C: hello
D: world
E: _helloworld
A: helloworld
B: 3hello
C: hello
D: world
E: _helloworld
举一反三
- 下列标识符中,合法的是( )。 A: helloWorld B: 2ndObj C: hello D: world E: if
- 下列标识符中,合法的是( )。 A: helloWorld B: 2ndObj C: hello D: world E: helloworid
- 下列选项中,合法的标识符是( ) A: A. helloWorld B: B. 2ndObj C: C. hello D: world E: D. as
- for s in "hello world": A: hello world B: world C: hello D: helloworld
- print("hello ",end='')print("world")运行完成会输出什么内容? A: helloworld B: hello world C: helloworld D: hello '' world