Python Unit Wise Questions
Python Unit Wise Questions
A.Y 2017-18
UNIT-1
UNIT-2
UNIT-3
UNIT-4:
1. Write a program to prompt for a file name, and then read through the file and look for
lines.
2. Explain how to let a user choose a file name and to open, read a file and search through a
file using python programming
3. Describe the concept of Extracting data using regular expressions.
4. Illustrate how character matching is done using regular expressions in python
programming.
5. Explain the concept of Combining searching and extracting with example program.
6. What is the proper use of try, except, and open in file python programming.
PART-A