CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Control Flows

Python – Control Flows – The while Statement

We have discussed if Statement in our previous Article “Python – Control Flows – The if Statement“. The if Statement is one of the control statements in Python, used to control the flow of the Program depending on the conditional expression. The code is written inside the if Statement is going to execute only once […]

Python – Control Flows – The if Statement

When we write the code in any language, we always write portion of the code to execute depending on certain condition(s). This will give more control and easy to manage the code. The statement which control the flow of the execution is control or conditional statement. One of such control statement is; the if statement. […]

Scroll to top
Exit mobile version