This is a piece of code which I had repaired as part of an assignment at TAFE NSW.
Go to file
Ray f12f0683f0
Update marks.py
Added basic info discussing what the program does and added author's email.
2023-09-17 15:41:28 +10:00
README.md Added main files and readme. 2022-09-18 14:08:45 +10:00
marks.py Update marks.py 2023-09-17 15:41:28 +10:00

README.md

Marks

A python program I "repaired" as part of an assessment while studying at TAFE NSW.

All fixes towards the code have been noted in the comments.

Simple score calculator which calculates the total and average based on the scores provided. The scores must be between 0 and 100.

I fixed issues ranging from simple mistakes such as mismatched variable names and adding int( onto certain commands to creating new sections of code entirely which involved loops.

© Rayyan Hodges, TAFE NSW, Gelos Enterprises, 2022