How to Write Python Functions and Recursion

In this video tutorial, I will teach you how to create and call functions. A function is a small self-contained program (a block of code) that can be called to perform a task. A function is one of the techniques for achieving code re-usability. At the end of this tutorial, you should be able to make your programs concise and reduce the likelihood of introducing bugs into your programs as a result of repetition of statements. I also discuss the concept of recursion and how to create a recursive function. 

C. O. Daniel

C. O. Daniel holds degrees in Computer Science and certifications from CompTIA and Microsoft. His areas of interest include computer networking, cybersecurity and programming.

Leave a Reply