- Python Programming with Raspberry Pi
- Sai Yamanoor Srihari Yamanoor
- 82字
- 2021-07-02 23:48:41
IDLE's interactive tool
Let's write our first example using IDLE's interactive tool:
- Launch the IDLE3 (meant for Python 3.x) tool from the Raspberry Pi Zero's desktop by double-clicking on it.
- From the IDLE's interactive command-line tool, type the following line:
print("I am excited to learn Python with the Raspberry Pi Zero")
- This should print the following to the interactive command-line tool's screen:

We did it! We wrote a single line that prints out a line of text to the Raspberry Pi's screen.
推薦閱讀
- OpenStack for Architects
- Windows XP中文版應(yīng)用基礎(chǔ)
- 精通Excel VBA
- VMware Performance and Capacity Management(Second Edition)
- 21天學(xué)通C++
- PHP開發(fā)手冊(cè)
- 大型數(shù)據(jù)庫管理系統(tǒng)技術(shù)、應(yīng)用與實(shí)例分析:SQL Server 2005
- 完全掌握AutoCAD 2008中文版:綜合篇
- 大數(shù)據(jù)技術(shù)與應(yīng)用
- Windows環(huán)境下32位匯編語言程序設(shè)計(jì)
- Visual Basic.NET程序設(shè)計(jì)
- Deep Reinforcement Learning Hands-On
- Containers in OpenStack
- Hadoop Beginner's Guide
- DynamoDB Applied Design Patterns