[파이썬/Python] 백준 조건문(1330번/9498번/2753번/14681번/2884번/2525번/2480번)
1330번 두 정수 A와 B가 주어졌을 때, A와 B를 비교하는 프로그램을 작성하시오. a, b = map(int, input().split()) if a>b: print('>') elif a=90 and score =80 and score =70 and score =60 and score 23 : print(a+((b+c)//60)-24, (b+c)%60) else : print(a+((b+c)//60), (b+c)%60) 문자열 + 변수 출력 방법 2480번 3개 주사위의 나온 눈이 주어질 때, 상금을 계산하는 프로그램을 작성 하시오. a, b, c = map(int, input().split()) if a==b and b==c : print(10000+a*1000) elif a==b or b==c:..