import random # Main Routine questions = ("Which of these is not a Stanley Kubrick movie?: " "What symbol is on the Switzerland flag?: " "What empire was Napoleon the leader of?: " "A Kangaroo is a kind of what animal?: " "Which US president freed the slaves?: " "What is the most popular fast food chain in the world?: " "Where is the FIFA world cup 2026 being held?: " "Which of artists painted Starry Night?: " "Who won the first ever Rugby world cup?: " "Who is considered the father of cinema?: " "What is the area of ice and dust at the edge of the solar system called?: " "What kind of instrument is a piano?: " "What does HTML stand for?: ") options = ((), (), (), ()) answers = () guesses = [] score = 0 question_num = 0