diff --git a/8-modules/39_slot_machine_2.py b/8-modules/39_slot_machine_2.py index 6b5cb8b..7954697 100644 --- a/8-modules/39_slot_machine_2.py +++ b/8-modules/39_slot_machine_2.py @@ -20,9 +20,6 @@ def play(): if win: print('Jackpot!!! 💰') break - else: - results = random.choices(symbols, k=3) - answer = '' while answer.upper() != 'N': play()