

InterviewSolution
Saved Bookmarks
1. |
Which of the following cannot be a variable?(a) __init__(b) in(c) it(d) onI had been asked this question at a job interview.Question is taken from Variable Names in division Variable Names, Operators, Data Types & Numeric Types of Python |
Answer» RIGHT CHOICE is (b) in The best I can explain: in is a keyword. |
|