Skip to content

Commit 4ab7ba1

Browse files
feat Python Course - Python Tkinter Rock Papper Scissons Gome complete 1
Python Course - Python Tkinter Rock Papper Scissons Gome complete 1 resolves: see also:
1 parent ba4902d commit 4ab7ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python Tkinter Rock Paper Scissors Game/RockPaperScissorsGame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def spin():
5656
elif pick_number ==1: # Paper
5757
win_lose_label.config(text="Paper Cover Rock! you lose...")
5858
elif pick_number ==2: # scissors
59-
win_lose_label.config(text="Rock Smashes Scissors! you Win")
59+
win_lose_label.config(text="Rock Smashes Scissors! you Win!!!")
6060

6161
# if user pick paper
6262
if user_choice_value ==1: #paper

0 commit comments

Comments
 (0)