diff --git a/game04.py b/game04.py index ee1c968..cf8192b 100644 --- a/game04.py +++ b/game04.py @@ -64,7 +64,11 @@ score = 0 chances = 2 - +def res(): + global word, answer, num + num = random.randrange(0, 25, 1) + lbl.config(text=word[num]) + e1.delete(0, END)