

InterviewSolution
Saved Bookmarks
1. |
Which of the following is not a keyword?(a) eval(b) assert(c) nonlocal(d) passThe question was asked in examination.My doubt is from Variable Names topic in portion Variable Names, Operators, Data Types & Numeric Types of Python |
Answer» Right ANSWER is (a) EVAL |
|