Kevin Tiller

Generation

fix invalid codeThu, 20 Apr 2023

def ask_questions(list_of_questions): import random order = list(range(len(questions))) random.shuffle(order) end_test = False num_questions = len(q) score = 0 while not end_test: num_skipped = []

Want to kickstart your project?Use the new AI Studio to create your code