while/if 문 사용
들여쓰기 꼭 해주기
1.숫자 점수 프로그램을 만든 후 계산기 프로그램을 생성할때 참고하기
cnt= 0
while cent < 3:
score = int (input('Enter the numeric grade:'))
if score >= 90:
cnt = 0
while cnt <3 :
num2 = input("""+,-,/, * 입력하세요:""")
num3 = int(input('입력바랍니다:'))
num4 = int(input('입력바랍니다:'))
if num2 == "x":
print ("계산을 시작합니다")
break