score=[95.5,88.0,82.6,80.0] #---여기부터 작성하세요. score[1] = 90.0 score[2] = 80.5 print("최종 점수: {}" .format(score)) print("평균 점수: {}" .format(sum(score)/4))
문제 설명
느낀점