Python Subjective Question Set
Python Subjective Question Set
Topic: Modules
Reference Videos: CS Academy-> Python -> Videos -> Modules and Interfacing
Questions:
1. Explain importing of a module in python
2. Write short notes on math module in python
3. Write short notes on statistics module in python
4. Write short notes on random module in python
Topic: Functions and files
Reference Videos: CS Academy-> Python -> Videos -> Modules and Interfacing
Questions:
1. What are functions and what are its advantages in python?
2. Explain user defined functions.
3. Write a user defined function to add 2 numbers and display their sum.
4. Write a short notes on arguments and parameters in python
5. Differentiate between local scope and global scope of a variable
6. What are the different types of functions in Python?
7. What are the different types of files supported in Python? Explain the
operations, modes and methods of those files.