From 6ad1e6d9097bb54d548558e5d51b122bf2d1c08e Mon Sep 17 00:00:00 2001 From: Dawood Riyazi Date: Sat, 18 Apr 2026 17:14:11 +0100 Subject: [PATCH] Update quiz_game.py plz --- quiz_game.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/quiz_game.py b/quiz_game.py index 6cafb04..4f5ca22 100644 --- a/quiz_game.py +++ b/quiz_game.py @@ -1,5 +1,6 @@ import random -from termcolor import cprint +from termcolor import cprint # What is termcolor when i try to run it 'termcolor' has a yellow zig zag line tell me how to fix it plz!! From Dawood + QUESTION = 'question' OPTIONS = 'options' @@ -52,4 +53,4 @@ def main(): run_quiz(quiz) if __name__ == '__main__': - main() \ No newline at end of file + main()