1. 程式人生 > >python常用命令

python常用命令

1、檢視已安裝模組

在命令列下執行$ pydoc modules即可檢視;

在python互動直譯器中輸入>>> help("modules")即可,效果跟在命令列下輸入$ pydoc modules是一樣的