Functions in Python are a handy way to package code to be able to reuse it over simply by calling the function, without the need to retype the same blocks of code again and again. This lecture will teach you just that.