filmov
tv
Python Basics: Functions

Показать описание
This Python video introduces a fundamental concept in Python and all programming languages: Functions. Learn how to build reusable blocks of code that can be called upon in other areas of our program, giving us the ability to separate certain logic into separate sections, making the overall code much clearer. Also learn about the use of parameters in functions, and the use of the "return" keyword