O_Level | Python | MCQ By. Shivansh Sir
PYTHON MULTIPLE CHOICE QUESTIONS PYTHON | MCQ | SET - 1 1. Who developed Python Programming Language? Ans. Guido van Rossum (Summary- Python language is designed by a Dutch programmer Guido van Rossum in the Netherlands.) 2. Which type of Programming does Python support? Ans. All of the Above (Summary - Python is an interpreted programming language, which supports object-oriented, structured, and functional programming.) 3. Is Python case sensitive when dealing with identifiers? Ans. Yes (Summary - Case is always significant while dealing with identifiers in python.) 4. Which of the following is the correct extension of the Python file? Ans. .py (Summary - ‘.py’ is the correct extension of the Python file. Python programs can be written in any text editor. To save these programs we need to save in files with file extension ‘.py’.) 5. Is Python code compiled or interpreted? Ans. Python code is both ...