In this video series we will cover Python 3. This video is going to introduce functions. This is a big topic so we will split it into multiple videos.
Python 3 youtube videos by Bryan Cairns
Web: http://www.voidrealms.com
Github: https://github.com/voidrealms/python3
Facebook: https://www.facebook.com/groups/1400884323467285
Udemy: https://www.udemy.com/user/bryan-cairns/
Youtube: https://www.youtube.com/playlist?list=PLUbFnGajtZlUl0zYr4crGveP21BbcZG_L
Intro: (0:00)
Reads from top down: (1:33)
Define a function: (2:55)
With parameters and return: (3:59)
Call a function: (5:33)
Call a function multiple times: (7:01)
Call a function with parameters: (8:17)
Outro: (10:09)