McqMate
Q. |
Which of the following is an invalid variable? |
A. | my_string_1 |
B. | 1st_string |
C. | foo |
D. | _ |
Answer» B. 1st_string | |
Explanation: variable names should not start with a number. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet