Python pseudocode if, else instrukcja

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