python-mini-projects
python-mini-projects copied to clipboard
Fixed print statement for the winner.
When player vs computer and player wins, it was printing the wrong message (said computer won); fixed. And fixed typo. And printed which player won in the computer vs computer scenario (rather than just saying the "computer" won).
Type of change
Bug fix (non-breaking change which fixes an issue)