Python Unit 1 - Important Questions
1. What is the Python development cycle?
2. Why is Python considered to have a rapid turnaround after program changes?
3. What is the role of IDE in Python? Name any four IDEs used in Python.
4. Explain Python variables with examples.
5. What is multiple assignment in Python? Give an example.
6. List different types of Python operators with examples.
7. Differentiate between Arithmetic, Relational, Assignment, Logical, Membership, and Identity
operators.
8. Explain input and output instructions in Python with examples.
9. Write examples for different ways of taking input in Python.
10. What are Python comments? Explain with examples.
11. Differentiate between single-line and multi-line comments in Python.
12. What are Python keywords? Give examples.
13. What are identifiers in Python? State the rules for naming identifiers.