reiyua / Marks

This is a piece of code which I had repaired as part of an assignment at TAFE NSW.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is a piece of code which I had repaired as part of an assignment at TAFE NSW.


Languages

Language:Python 100.0%