Vivek Yadav
Vivek's blog

Vivek's blog

Follow

Day 33 - Short Hand if else

Apr 23, 20231 min read

If ... Else in One Line There is also a shorthand syntax for the if-else statement that can be used when the condition being tested is simple and the...

Day 33 - Short Hand if else
Day 32 - Custom Errors
Day 31 - Finally keyword
Day 30 - Exception Handling
Day 29 - For loop with else
Day 28 - Dictionary Methods