35. Python: Ternary Operator

7 months ago
111

The ternary operator in Python is a shorthand way of writing an if-else statement in a single line.

Loading 1 comment...