niusouti.com

Python变量名区分大小写,所以student和Student不是同一个变量。此题为判断题(对,错)。

题目

Python变量名区分大小写,所以student和Student不是同一个变量。

此题为判断题(对,错)。


相似考题
更多“Python变量名区分大小写,所以student和Student不是同一个变量。 ”相关问题
  • 第1题:

    5、Python变量名区分大小写,所以student和Student不是同一个变量。


    正确

  • 第2题:

    19、python中认为名为Student和student的变量是不同变量


    正确

  • 第3题:

    55、Python变量名区分大小写,所以student和Student不是同一个变量。


    正确

  • 第4题:

    6、Python变量名必须以字母或下划线开头,并且区分字母大小写。


  • 第5题:

    1、在Python中,不能作为变量名的是()?

    A.student

    B._student

    C.5student

    D.Student


    pass