Python Pseudocode if, lagi pernyataan

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