CBSE Class 12 Computer Science
Question 42 of 62
Using Python Libraries — Question 10
Back to all questionshelp() function — This function is used to display docstrings of a module as documentation. The syntax is : help(<module-name>)
dir() function — This function is used to display all the names defined inside the module. The syntax is : dir(<module-name>)