Summary
In this chapter, we learned the basics of Python syntax. The advantage of this chapter is that if we wish to use this knowledge elsewhere for Python programming, we can do so. As an exercise for this chapter, run all these programs using the reference Python 3 interpreter, CPython, provided by Python Software Foundation (www.python.org). All the knowledge we gained in this chapter will be employed when we start tinkering with the hardware of Micro:bit down the line.
In the next chapter, we will continue our journey and explore the advanced functionalities offered by Python.