From b91ecdf03885861fa0902e3ee8efcf73fc25adc4 Mon Sep 17 00:00:00 2001 From: Cody Date: Fri, 5 Jun 2026 10:03:12 -0600 Subject: [PATCH] Fixed magic8.py file by importing the proper required library --- magic8.py | 1 + 1 file changed, 1 insertion(+) diff --git a/magic8.py b/magic8.py index c02c7c2..e74fc62 100644 --- a/magic8.py +++ b/magic8.py @@ -28,3 +28,4 @@ print(name + " asks: " + question) print("Magic 8 Ball's answer: " + answer) +import random