[Python 기초] if문, for문(print() 자동 줄바꿈) x=1 y=2 if x>y: print('x가 ㅛy보다 큽니다.') elif x DEV/Python 2021.02.24