This series of posts is for those who have used a programming language before but are not familiar with Python. This fifth post continues the introduction to the language.
In the last post we explored the if-elif-else statement as well as the while and for loop statements. In this post we start exploring functions.