This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
def introduction(): | |
print("Welcome to the Maths Quiz Adventure Game!") | |
print("In this game, you will navigate through levels and solve complex challenges to proceed.") | |
print("Let's get started!") | |
time.sleep(2) |