Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion A+_Forcaster.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand All @@ -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
main() #calls the function that orchestrate the flow of the entire program