help
The help function invokes Python's built-in help system. If no argument is passed, the function returns a welcome message explaining the use of the function and inviting us to enter the search text. If the argument is a text string, that string is searched for as the name of a module, function, class, method, keyword, or topic in the documentation, and available help is displayed.