A if 조건식 else B조건식의 결과가 True면 A 실행, 그렇지 않으면 B 실행print('국어 : pass') if operator.ge(korScore, passScore1) else print('국어 : Fail')if_else.py 파일 참조if 조건식