以下哪个是合法的变量名______ 。A. LenB.Test@qwC.6cost_1D.count2s

题目

以下哪个是合法的变量名______ 。

A. Len

B.Test@qw

C.6cost_1

D.count2s


相似考题
更多“以下哪个是合法的变量名______ 。A. LenB.Test@qwC.6cost_1D.count2s ”相关问题
  • 第1题:

    下面哪个不是Python合法的变量名()

    A.my

    B.__name__

    C.10XL

    D.x32


    10XL

  • 第2题:

    下面哪个不是Python合法的变量名()

    A.x32

    B.10XL

    C.my

    D.__name__


    10XL

  • 第3题:

    下列变量名中哪个是合法的

    A.char_1

    B.x*y

    C.xy

    D.end


    abc123 A_C a_bc

  • 第4题:

    以下哪个为合法的python变量名:

    A.true

    B.False

    C.import

    D.if


    car2

  • 第5题:

    下面哪个是Python合法的变量名?

    A.var-name

    B.sale_2008

    C.!@#$%

    D.1_elif


    C