+ 1
In which programming language "Else if" is written as "elif" ?
3 Respostas
+ 4
In Python, and probably more that I am not aware of. Here is the lesson (go to the third slide): https://www.sololearn.com/learn/Python/2278/
+ 4
Python and Bash scripting, Instead of “else if” they use “elif” for short, both mean the same thing.
i’d recommend using a tutorial.
For the links:
https://www.sololearn.com/learn/Python
(Sololearn doesnt have a bach course)
+ 2
Bash scripting uses that syntax too.