![在這裡插入描述](
idle:python整合開發環境,也稱互動模式,具備基本的ide功能,是非商業python開發不錯選擇;
python3.7是python的命令控制台,視窗和windows下的命令視窗一樣,不過只能執行python命令;
python3.7manuals是純英文的幫助文件;
module docs是模組文件,單擊後會跳轉到乙個**,可以檢視目前整合的模組;
)#輸出hello world print列印/輸出的意思
Python程式設計學習初步
python控制語句 1 選擇語句 if 最簡單的二選一,if後跟布林表示式,為true,執行true下的語句,為fail,執行fail下的語句 if booleanexpression suite of python statement rest of the python program 基本的...
Python初步學習(一)
參考該課程 1 win r cmd python 回車,進入python直譯器 1 使用print 函式輸出字串,進行簡單計算 使用input 函式,獲取使用者輸入 2 python中的基本資料型別 整形 int 浮點型 float 布林型 boolean 字串 str,單引號,雙引號,三單引號,轉...
python程式設計初步 Python程式設計學習初步
python控制語句 1 選擇語句 if 最簡單的二選一,if後跟布林表示式,為true,執行true下的語句,為fail,執行fail下的語句 if booleanexpression suite of python statement rest of the python program 基本的...