CRITICAL
Chapter 2 - Python
- Write a Python program to demonstrate the use of lists, tuples, and dictionaries
- Explain different data types in Python with examples and type conversion
- What are functions in Python? Write a program demonstrating function parameters and return values
- Explain exception handling in Python with try-except blocks and examples
- Write a Python program using loops (for and while) to solve a given problem
- Discuss file handling operations in Python with open, read, write, and close methods
- Explain modular programming in Python and its advantages