What is the result of the expression 7 % 3 ?
A. 2.33
B. 2
C. 0.333
D. 1
Answer: Option D
A. 2.33
B. 2
C. 0.333
D. 1
Answer: Option D
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