>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 the most often used parts of Python, so becoming comfortable with them is essential. Next, we will see how to create and use functions.