Operators with the same precedence are evaluated in which manner?
A. Left to Right
B. Right to Left
C. Can't say
D. None of the mentioned
Answer: Option A
A. Left to Right
B. Right to Left
C. Can't say
D. None of the mentioned
Answer: Option A
Which of the following is a valid variable name in Python?
A. my-variable
B. 123variable
C. _my_variable
D. $variable
What is the maximum possible length of an identifier?
A. 31 characters
B. 63 characters
C. 79 characters
D. none of the mentioned
Join The Discussion