We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4902d commit 4ab7ba1Copy full SHA for 4ab7ba1
Python Tkinter Rock Paper Scissors Game/RockPaperScissorsGame.py
@@ -56,7 +56,7 @@ def spin():
56
elif pick_number ==1: # Paper
57
win_lose_label.config(text="Paper Cover Rock! you lose...")
58
elif pick_number ==2: # scissors
59
- win_lose_label.config(text="Rock Smashes Scissors! you Win")
+ win_lose_label.config(text="Rock Smashes Scissors! you Win!!!")
60
61
# if user pick paper
62
if user_choice_value ==1: #paper
0 commit comments