Skip to content

fix : remove duplicate Game Statistics print in rock_paper_scissor quit path #1850

Description

@tmdeveloper007

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions