Python Help Function | Python Beginner to Advance | Full Course

preview_player
Показать описание
In this video we will learn about python help function. The Python help() function invokes the interactive built-in help system. If the argument is a string, then the string is treated as the name of a module, function, class, keyword, or documentation topic, and a help page is printed on the console. If the argument is any other kind of object, a help page on the object is displayed.

Рекомендации по теме