1312 - 109 LAB Project 1 - Tagged
1312 - 109 LAB Project 1 - Tagged
Section: 109
Grading Marks
Signature: ____________________
Date: ________________________
Project 1
Description
A University evaluates student marks and assigns grades: A+ (95-100),A (90-94), B+ (85-89) B (80-84), C+
(75-79) C (70-74), D+ (65-69) D (60-64), or Fail (below 60). The process repeats for multiple students.
Write a Python program to evaluate grades for 3 students. Your program should:
Use a for loop to iterate over 3 students (use range (1, 4)).
Use sequential statements inside the loop to prompt for each student’s marks.