+ 1
In which programming language "Else if" is written as "elif" ?
3 Answers
+ 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.