if c1 then: s1 else if c2: s2 s3
In other words, "else if" and "else INDENT if" are unambiguously different in Python.
That's not true in other languages that use "elif"/"elsif"/"elseif" where only newlines are significant and not indentation.
In other words, "else if" and "else INDENT if" are unambiguously different in Python.
That's not true in other languages that use "elif"/"elsif"/"elseif" where only newlines are significant and not indentation.