In this video series we will cover Python 3. This video covers functions and scope. We introduced how to make a function and return a value in the previous video.
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)
Lexical scoping: (0:50)
Global scope: (3:12)
Functions access global scope: (3:44)
Global can't access function scope: (4:41)
Global - function -statement: (6:43)
Functions do not share scope: (11:53)
Functions can return values: (14:14)
Outro: (17:29)