Using elif…

 – Use of “elif” with a conditional                                                                   @PablO_CVi

The keyword elif is short for ‘else if’, and is useful to introduce lots of if in the code.

my code is: https://github.com/PablOCVi/Mastery/blob/master/Mastery17.py

CC BY 4.0 Using elif… by Pablo is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.