- Python Programming with Raspberry Pi
- Sai Yamanoor Srihari Yamanoor
- 79字
- 2021-07-02 23:48:42
The help() function
While getting started, it is going to be difficult to remember the syntax of every function in Python. It is possible to refer to a function's documentation and syntax using the help function in Python. For example, in order to find the use of the print function in Python, we can call help on the command-line terminal or the interactive shell as follows:
help(print)
This would return a detailed description of the function and its syntax:

推薦閱讀
- Hands-On Intelligent Agents with OpenAI Gym
- 大數據戰爭:人工智能時代不能不說的事
- 智能傳感器技術與應用
- 計算機控制技術
- MCSA Windows Server 2016 Certification Guide:Exam 70-741
- 數據庫原理與應用技術學習指導
- 數據庫原理與應用技術
- 讓每張照片都成為佳作的Photoshop后期技法
- RPA:流程自動化引領數字勞動力革命
- Learning C for Arduino
- Nginx高性能Web服務器詳解
- 悟透JavaScript
- 實用網絡流量分析技術
- Mastering Geospatial Analysis with Python
- 經典Java EE企業應用實戰