What is the result of round(3.75) ?
A. 3
B. 3.75
C. 4
D. 3.5
Answer: Option C
A. 3
B. 3.75
C. 4
D. 3.5
Answer: Option C
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