A program consists of multiple lines that are executed in one go.
Usually a program contains the following sections:
Of course, programs can grow a lot more complicated than that.
In this chapter, we will learn to know the print() function for producing output, loops and branching statements.
