Day 11 - If Else Conditionals
if-else Statements
Sometimes the programmer needs to check the evaluation of certain expression(s), whether the expression(s) evaluate to True or False. If the expression evaluates to False, then the program execution follows a different path than it...
viveky.hashnode.dev2 min read