Adjust phrasing

This commit is contained in:
Firepup Sixfifty 2024-08-21 09:45:54 -05:00
parent 8660f6e8dc
commit 21dc1ad073
Signed by: Firepup650
SSH key fingerprint: SHA256:cb8sEJwc0kQJ6/nMUhscWRe35itf0NFMdSKl3v4qt48

View file

@ -34,5 +34,5 @@ while 1:
except KeyboardInterrupt:
pass
print(
f"\nThe student got {right}/{answerCount} correct, with approximately an {round((right/answerCount) * 100, 2)}%.\n"
f"\nThe student got {right}/{answerCount} correct, which is approximately {round((right/answerCount) * 100, 2)}%.\n"
)