Emily Vo
Python Session 8: Functions
Updated: Nov 10, 2020
Lesson 8: Functions
Welcome to the 8th Python tutorial!
Today we will focus on functions – something that complies with the DRY (Don’t Repeat Yourself) principle of programming. It will allow you to reuse blocks of code and will definitely save you a lot of time.
Topics we will be covering:
· Functions
· Arguments, parameters
· Return keyword
· Scoping
· 5 under 5