Adjust phrasing
This commit is contained in:
parent
8660f6e8dc
commit
21dc1ad073
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -34,5 +34,5 @@ while 1:
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
pass
|
pass
|
||||||
print(
|
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"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue