在VBA中,下列变量名中不合法的是( )。
A)Hello
B)Hello World
C)3hello
D)Hello—Wodd
第1题:
A.Python2
B.N.x
C.sum
D.Hello_World
第2题:
下列不合法的Python变量名是
A.N.x
B.Python2
C.sum
D.Hello_World
第3题:
39、以下语句的输出结果是: print("hello",end='+') print("world")
A.hello+world
B.hello+ world
C.hello world
D.hello+ world+
第4题:
下列不合法的Python变量名是
A.Python2
B.N_x
C.sum
D.Hello$World
第5题:
4、以下语句的输出结果是: print("hello",end='+') print("world")
A.hello+world
B.hello+ world
C.hello world
D.hello+ world+