Iteration in Python :Python Loops (While, For)
Like in other programming languages python also support iterations using While and For. Like C,C++,Java, C# Python does not support Do.While. But you can achieve
From Basic to the Best
Like in other programming languages python also support iterations using While and For. Like C,C++,Java, C# Python does not support Do.While. But you can achieve
In C,C++,Java etc there are main three Decision Making blocks. If, Switch and Conditional Operators (?). In Python there is If . After Python 2.5
As Arithmetic operators are basic operators those are used to perform basic mathematical works like : + (Addition) – (Substraction) * (Multiplication) / (Division) %