Python環境安裝

windows安裝

https://www.python.org/downloads/windows/
在這裏插入圖片描述
選擇Windows x86-64 web-based installer下載到本地點擊安裝,如果是自定義安裝一定要勾選
在這裏插入圖片描述
打開命令行:

# python
Python 3.7.4 (tags/v3.7.4:e09359112e, Jul  8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> print('hello world')
hello world
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章