Python Pseudocode if, sonst Anweisung
IF condition statement THEN
if body
ELSE IF condition THEN
else if statement
ELSE
else body
ENDIF
rudythealchemist
IF condition statement THEN
if body
ELSE IF condition THEN
else if statement
ELSE
else body
ENDIF