pseudocode python si, énoncé else

IF condition statement THEN
    if body
ELSE IF condition THEN
    else if statement
ELSE
    else body
ENDIF
rudythealchemist