You are on page 1of 1

Python imp questions

1. Define function in Python


2. State the use of parameter “self” in Python class.
3. Define class and object in python.
4. Use of any four methods in math module
5. Use of NumPy.
6. Describe Data Hiding.
7. What is local and global variables? Explain with appropriate example.
8. Example module. How to define module
9. Design a class student with data members; Name, roll number address. Create suitable
method for reading and printing students details.
10. Explain method overloading and overriding in python.
11. Explain how to use user defined function in python with example.
12. Write a program for importing module for addition and substraction of two numbers.
13. Write a program to implement the concept of inheritance in python.

You might also like