Python-World / python-mini-projects

A collection of simple python mini projects to enhance your python skills
https://python-world.github.io/python-mini-projects/#/
MIT License
14.64k stars 4.79k forks source link

Fixed print statement for the winner. #563

Open skylogic004 opened 2 years ago

skylogic004 commented 2 years ago

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)