I would like to get a program that calculates the average of grades for each student and the average of grades for each student by dynamically receiving the number of students and subjects from Python.

Asked 2 years ago, Updated 2 years ago, 15 views

kor_score = [49,49,20,100,80] math_score = [43,59,85,30,90] eng_score = [49,79,48,60,100]

I want to get an average according to the number of students and subjects I receive when I have a score like this. You will first try to code using int(input())). The problem is that I don't know how to sleep the code that depends on the number of inputs. I'd really appreciate your help.

python

2022-09-21 16:42

2 Answers


2022-09-21 16:42

Hello. I think you're new to coding. Rather than writing down the correct answer code, I think it would be better to recommend a lecture explaining the content, so I will write down a link to the related video.


2022-09-21 16:42

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.