A Python CLI tool that evaluates student module results based on two assessment marks.
The program takes two assessment marks (0–100) and determines the module outcome:
- PASS — both marks ≥ 40 and average ≥ 40
- RESIT — one or both marks < 40 but average ≥ 40
- RETAKE — average < 40
python moducheck.pyBSc Computing — University of Greater Manchester (COM4006 Computer Programming)