목차 1 개요 2 같이 보기 개요 파이썬 if if 43 > 42: print('hello') print('world') if 43 > 42: print ('hello') 같이 보기 파이썬 while