From c5ccb08e8e37bcef8bbca24212fecf45ff8da5d3 Mon Sep 17 00:00:00 2001 From: Cosmos Joseph Date: Wed, 30 Jul 2025 20:10:42 +0100 Subject: [PATCH] Update A+_Forcaster.py --- A+_Forcaster.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/A+_Forcaster.py b/A+_Forcaster.py index 8e0f139..8a29407 100644 --- a/A+_Forcaster.py +++ b/A+_Forcaster.py @@ -11,6 +11,7 @@ def collect_courses(): test_score = float(input(" Enter Test score(0-30): ")) courses.append({ "Course Code":course_code, "Exam score":exam_score, "Test score":test_score, "Credit unit": credit_unit}) print() + Pass return courses @@ -28,4 +29,4 @@ def main(): print(f"Our honest review and suggestions are as follows: {feedback(grades)}") #Calls the function that would give feedback if __name__ == "__main__": - main() #calls the function that orchestrate the flow of the entire program \ No newline at end of file + main() #calls the function that orchestrate the flow of the entire program