-
10039_Python // 평균 점수IT_Baekjoon 단계별로 풀어보기/실습 2020. 3. 20. 18:07

Python
ave = 0 for a in range(5): val = int(input()) if(val<40) : val = 40 ave += val print(int(ave/5))=======================
'IT_Baekjoon 단계별로 풀어보기 > 실습' 카테고리의 다른 글
5543_Python // 상근날드 (0) 2020.03.20 10817_Python // 세 수 (0) 2020.01.03