https://blog.csdn.net/qq_45321807/article/details/109428777https://blog.csdn.net/qq_45321807/article/details/109428777python
sudo apt-get install curlgit
能夠到這個網站直接下載安裝包,看看最新的是多少github
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
雙擊安裝curl
保存文件 名字.py網站
print("Hello,World")
他會自動提醒你安裝python的插件,安裝就好url
代碼編寫完成後,就能夠運行了,具體步驟是,使用組合鍵「Ctrl+F5」,或者在菜單欄中選擇「Debug -> Start Without Debugging」,便可看到如圖 5 所示的輸出結果。spa