https://blog.csdn.net/qq_45321807/article/details/109428777https://blog.csdn.net/qq_45321807/article/details/109428777
安裝curl
sudo apt-get install curl
安裝Visual Studio Code

可以到這個網站直接下載安裝包,看看最新的是多少
curl -L https://github.com/toolboc/vscode/releases/download/1.32.3/code-oss_1.32.3-arm64.deb -o code-oss_1.32.3-arm64.deb
雙擊安裝


保存文件 名字.py

print("Hello,World")
他會自動提醒你安裝python的插件,安裝就好
代碼編寫完成后,就可以運行了,具體步驟是,使用組合鍵“Ctrl+F5”,或者在菜單欄中選擇“Debug -> Start Without Debugging”,即可看到如圖 5 所示的輸出結果。
