Python - elif (else if)

Опубликовано: 14 Март 2026
на канале: McProgramming
1,212
9

My main site - http://www.mcprogramming.org
My CS site - http://www.essentialcscourses.com
My Twitter -   / mcprogramming  
My Facebook -   / 220026358164435  

Python - elif (else if) - In this Python Tutorial, I show how we can expand the basic if-else statement and more conditions that can be tested with the keyword elif, which is shorthand for else if.