Skip to content

Refactored grader from old string format to fstring

The use of the % to format strings is an older way of formatting. The grader now uses fstrings to make it more readable.

Merge request reports

Loading