From b1f951dec2f8feeefb119b9e3eb692478a1670df Mon Sep 17 00:00:00 2001 From: CruelFury15 Date: Tue, 7 Jul 2026 15:23:07 +0530 Subject: [PATCH] Fixed magic8.py file by importing the random library --- magic8.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/magic8.py b/magic8.py index c02c7c21..f251695f 100644 --- a/magic8.py +++ b/magic8.py @@ -1,3 +1,5 @@ +import random + name = "Joe" question = "Will I win the lottery?" answer = ""