GameBoy - p p, p PC
GameBoy - p p, p PC., , if “”. , , , (.. ).
>>> x = int(raw_input(" : ")) >>> if x < 0: ... x = 0 ... print ' ' ... elif x == 0: ... print ' - ' ... elif x == 1: ... print ' - 1' ... else: ... print ` ' ...
elif( case ). if, , else(“” - if , . ) elif(“ ” - if , . , , . ).
Python
?