Code:
def quiz():
    for count in range(1):
        import time
        print ("hello and welcome to my input output quiz")
        time.sleep(2)
        print()
        print("INTRUCTIONS")
        time.sleep(2)
        print()
        print(" you will a choice of 4 possible answers to chose from")
        print("you will have 20 second to choose.please answer
...