Summary of What Needs to be Done
In games/Rock-Paper-Scissor/Rock-Paper-Scissor.py, the Game Statistics are printed twice when the user quits: once after the last round (lines 178-188) and again at the quit path (lines 192-203). This creates redundant output.
Changes that Need to be Made
- Remove the duplicate "--- Game Statistics ---" block from the quit path (lines 192-203), keeping only the "Thanks for playing! Final results:" message before saving the score
Impact that it would Provide
- Eliminates redundant output when the user quits the game
- Improves the user experience with cleaner output
Note: Please assign this issue to the tmdeveloper007 account.
Summary of What Needs to be Done
In
games/Rock-Paper-Scissor/Rock-Paper-Scissor.py, the Game Statistics are printed twice when the user quits: once after the last round (lines 178-188) and again at the quit path (lines 192-203). This creates redundant output.Changes that Need to be Made
Impact that it would Provide
Note: Please assign this issue to the
tmdeveloper007account.