if x == 1: print('1') elif x == 2: print('2') else: print('3')
switch-case문 없어서 다 if-else로 처리