What will be the output of the following code
import<module name>
help(<module name>)
Answer:
The given code will display the docstrings of the specified module as documentation.
Very Short Answer Type Questions (1 Mark each)
Very Short Answer Type Questions (1 Mark each)
Last updated at Dec. 13, 2024 by Teachoo
Answer:
The given code will display the docstrings of the specified module as documentation.