분석시각화 대회 코드 공유 게시물은
내용 확인 후
좋아요(투표) 가능합니다.
Python 튜토리얼
[Quiz] 5/26 ✅파이썬 조건문 - 3 (중첩 조건문)
5/25일의 오파에서 if 문을 사용해 95점 이상일 때는, "Good Job" 도 함께 출력해주세요.
정답: 드래그하면 보입니다.
( score = int(input('점수를 입력하세요 : '))
if score >= 90:
print('A')
if score >=95:
print('Good Job')
elif score >= 80:
print('B')
elif score >= 70:
print('C')
elif score >= 60:
print('D')
else:
print('F') )
맞추신 분은 댓글에 'done' 을 남겨주세요 ;)
done
DACON Co.,Ltd | CEO Kookjin Kim | 699-81-01021
Mail-order-sales Registration Number: 2021-서울영등포-1704
Business Providing Employment Information Number: J1204020250004
#901, Eunhaeng-ro 3, Yeongdeungpo-gu, Seoul 07237
E-mail dacon@dacon.io |
Tel. 070-4102-0545
Copyright ⓒ DACON Inc. All rights reserved
done