ENGR 102 Midterm
Lakukan tugas rumah & ujian kamu dengan baik sekarang menggunakan Quizwiz!
Can a variable start with a letter?
No variable can't start with a letter
Why are local variable names beginning with an underscore discouraged?
They are used to indicate a private variables of a class
Can variables names have unlimited length?
Yes
Is a b c = 1000 2000 3000 an invalid statement?
Yes, it's invalid
Keywords cannot be used as identifiers.
True
What is the maximum possible length of an identifier?
79 characters
Is Python case sensitive when dealing with identifiers?
yes it's case sensitive