Data module for the trivia.py game.
data = [ ("Highest life expectancy country?", ("Australia", "Hong Kong", "Switzerland", "Japan"), 2), ("Location of Spanish Steps?", ("Athens", "Barcelona", "Madrid", "Rome"), 4), ("Most common US surname?", ("Brown", "Johnson", "Jones", "Smith"), 4), ("Common pirate ship disease?", ("Malaria", "Scurvy", "Yellow Fever", "Smallpox"), 2), ("Ancient Greek God of the Sun?", ("Ares", "Apollo", "Hermes", "Zeus"), 2), ("Crime boss of the Chicago Outfit?", ("John Gotti", "Meyer Lansky", "Pablo Escobar", "Al Capone"), 4), ("UN establishment year?", ("1935", "1945", "1955", "1965"), 2), ("Most Academy Awards winner?", ("Katharine Hepburn", "Meryl Streep", "Steven Spielberg", "Walt Disney"), 4), ("Most Spotify streams artist?", ("Ariana Grande", "Drake", "Ed Sheeran", "Taylor Swift"), 2), ("Minutes in a full week?", ("10,080", "10,800", "11,040", "9,600"), 1), ("Highest 2020 car manufacturer revenue?", ("Ford", "General Motors", "Toyota", "Volkswagen"), 4), ("Elements in periodic table?", ("118", "103", "137", "92"), 1), ("Original name of 'Cadabra' company?", ("Apple", "Google", "Microsoft", "Amazon"), 4), ("Dodecahedron faces count?", ("10", "12", "14", "8"), 2), ("Brian May's scientific field expertise?", ("Biology", "Chemistry", "Geology", "Astrophysics"), 4), ("Aureolin color?", ("Blue", "Green", "Red", "Yellow"), 4), ("Pac-Man's starting ghost count?", ("3", "4", "5", "6"), 2), ("Rome's Pantheon buried artist?", ("Donatello", "Leonardo da Vinci", "Michelangelo", "Raphael"), 4), ("'Mexico 66' shoe brand?", ("Adidas", "Nike", "Onitsuka Tiger", "Puma"), 3), ("Red Dead Redemption series studio?", ("Bethesda Game Studios", "Electronic Arts", "Rockstar Games", "Ubisoft"), 3), ("Last Tsar of Russia?", ("Alexander III", "Ivan the Terrible", "Nicholas II", "Peter the Great"), 3), ("Roles played by Robert Downey Jr. and Benedict Cumberbatch?", ("Hercule Poirot", "James Bond", "Sam Spade", "Sherlock Holmes"), 4), ("Top coffee-drinking country per capita?", ("Denmark", "Finland", "Norway", "Sweden"), 2), ("Hottest Milky Way planet?", ("Jupiter", "Mars", "Mercury", "Venus"), 4), ("4th Greek alphabet letter?", ("Alpha", "Beta", "Delta", "Gamma"), 3), ("'The Eternal City'?", ("Athens", "Cairo", "Jerusalem", "Rome"), 4), ("South Pole explorer's nationality?", ("Denmark", "Finland", "Norway", "Sweden"), 3), ("Highest-rated IMDb film (as of Jan 1, 2022)?", ("Pulp Fiction", "The Dark Knight", "The Godfather", "The Shawshank Redemption"), 4), ("Earth's revolution around the sun discoverer?", ("Galileo Galilei", "Isaac Newton", "Johannes Kepler", "Nicolaus Copernicus"), 4), ("'Blue Ribbon Sports' original name?", ("Adidas", "Nike", "Puma", "Reebok"), 2), ("Decorative handwriting or handwritten lettering art form?", ("Calligraphy", "Painting", "Photography", "Sculpture"), 1), ("Planet with the most moons?", ("Jupiter", "Neptune", "Saturn", "Uranus"), 1), ("Most World Cups-winning country?", ("Argentina", "Brazil", "Germany", "Italy"), 2), ("Kratos main character in which game series?", ("Assassin's Creed", "God of War", "Halo", "The Legend of Zelda"), 2), ("Mount Kilimanjaro location?", ("Kenya", "Rwanda", "Tanzania", "Uganda"), 3), ("Group name for pandas?", ("A colony", "A herd", "A pack", "An embarrassment"), 4), ("Highest population decline 2015-2020 (European country)?", ("Bulgaria", "Estonia", "Latvia", "Lithuania"), 4), ("Bones count in an ear?", ("2", "3", "4", "5"), 2), ("Elephants-crossing Alps war leader?", ("Alexander the Great", "Attila the Hun", "Hannibal", "Julius Caesar"), 3), ("Most-streamed Netflix show in 2021?", ("Bridgerton", "Squid Game", "The Crown", "The Witcher"), 2) ]