A Byte of Python

Summary

We have seen how to use the three control flow statements - if, while and for along with their associated break and continue statements. These are some of the most often used parts of Python and hence, becoming comfortable with them is essential.

Next, we will see how to create and use functions.