Python on svcode Python 環境安裝 vscode 環境架設 開始進入Python世界
python --version
Python X.XX.X
字樣就是成功了
@installed python debugger
建立一個.py檔案
.py
撰寫簡單的code
print("Hello, World!")
python 檔案名.py
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up