분석시각화 대회 코드 공유 게시물은
내용 확인 후
좋아요(투표) 가능합니다.
Python 튜토리얼
[Quiz] 5/25 ✅ 파이썬 조건문 - 2 (복수 조건문)
파이썬의 if elif else 제어문을 활용하여 다음에 score 에 따라서 입력된 점수의 등급을 출력하시오
정답: 드래그하면 보입니다!
( score = int(input('점수를 입력하세요 : '))
if score >= 90:
print('A')
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