CodeSteps

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

if Statement

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