Computer Science, asked by ramakrishnaakki20, 2 months ago

creating list with marks of all subjects and average In python​

Answers

Answered by Anonymous
2

Answer:

1. Take in the marks of 5 subjects from the user and store it in different variables.

2. Find the average of the marks.

3. Use an else condition to decide the grade based on the average of the marks.

4. Exit.

Similar questions