Python_Question_Paper_2025
Python_Question_Paper_2025
----------------------------------------------------
Instructions to Candidates:
----------------------------------------------------
b) Explain list and tuple with any two differences and one example each.
d) Explain with example the use of any four string functions in Python.
Q.3 Attempt any THREE of the following: (12 Marks)
b) Write a Python program to perform add, update, and delete operation on Dictionary.
d) Write a program to read a file and copy content into another file.
a) Write a program to create a class Book with attributes title, author and price. Display the details.
c) Write a Python program to create a package for geometric shapes and use it in another file.