python練習題目

1.查看本機安裝python版本 2.用python打印"Hello World",給出源代碼和執行結果 a.命令行窗口輸出(前提:python程序加入PATH系統環境變量) b.python.exe程序輸出 3.用python計算10/3,發出截圖 print(10/3) 4.查看通過pip安裝python module 利用pip安裝matplotlib模塊,matplotlib是一個Pyth
相關文章
相關標籤/搜索