設定及使用 Raspberry Pi
先連接 WiFi

利用 Thonny Python 編寫程式

每一次編程,也要新增一個新的檔案,檔案要以 .py 結尾

現在先試一次,按 New 後,再按 Save 以建立 test.py 檔案

然後複製及貼上以下程式,完成後按 Run 執行,在下方 Shell 應該會出現結果 hello

Run 執行,在下方 Shell 應該會出現結果 helloLast updated
Was this helpful?
先連接 WiFi

利用 Thonny Python 編寫程式

每一次編程,也要新增一個新的檔案,檔案要以 .py 結尾

現在先試一次,按 New 後,再按 Save 以建立 test.py 檔案

然後複製及貼上以下程式,完成後按 Run 執行,在下方 Shell 應該會出現結果 hello

Run 執行,在下方 Shell 應該會出現結果 helloLast updated
Was this helpful?
Was this helpful?
print('hello')