def random_question(): question = random.choice(list(bools.keys())) answer = bools[question] return question, answer