Computer Science
Fill in the blanks:
_________ function is used to get all information about module, i.e., name of all functions, variables, etc, available in that module.
Python Modules
1 Like
Answer
help()
Answered By
2 Likes
Related Questions
Fill in the blanks:
A module can be classified as either _________ or _________.
Fill in the blanks:
A module constitutes two sub-components—executable _________ as well as _________.
A module line (header) is written only once at the top of the program.
A function call can be made several times in a Python module.