Day 2:Conditions ,Decision Making in Python
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
From Basic to the Best
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
There is a special operator ‘?’ (called Conditional or ternary) in C Language that is used like if. Syntax Example Here if x is greater