DEV Community

RK
RK

Posted on

Python for beginner series | Day-05

On these Day 05, we are going to see control flow statements in detail

It defines which order of the program code has to execute

The control flow of a Python program is regulated by conditional statements, loops, and function calls.

https://link.medium.com/XXMJwM1lDub

Top comments (0)