Day12-If Else Statements
Conditional Operators:
The Python ternary operator (or conditional operator), tests if a condition is true or false and, depending on the outcome, returns the corresponding value — all in just one line of code. Below are some of the conditional opera...
codingsplash.hashnode.dev3 min read