Python Baby Steps 109

Mihir Dhakan
Jun 10, 2021

Write once, use many times ; Yes I am going to talk about functions in python now. It’s obvious to have scenarios where multiple times/places in the program the same task needs to be done, that’s where Functions comes into picture.

Figure 1: Functions in Python

Hi there ! welcome to this step of Functions in Python. In this step, we are going to learn about What are functions?, Types of functions, Using If/else in Functions, Variables and different types of scopes, and lastly quiz.

So, Let’s begin.

Thank you ! Stay tuned for more Steps ! After all, small steps matters.

--

--