In this video we go over functions in Python! Functions allow you to write code and use it throughout your program so you only have to write it once. They can also generate values and objects (strings, numbers, dictionaries, lists, etc) which can save you SO much time! Once you get a grasp on when you should use a function versus just writing some code by itself is really when you level up as a programmer. So lets get there together!
For Loops: https://www.w3schools.com/python/pyth...
Thanks for watching! ❤️
Timestamps:
00:00 Intro
00:29 Function Intro
02:49 Parameters
04:36 Return Statements
09:09 Outro
#coding #python #function #functions