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