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