Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In this lab, you are to build a trivia game by using Python Language. The game should present each question - either in order or
In this lab, you are to build a trivia game by using Python Language. The game should present each question either in order or randomly to the player, and display up to four possible answers. The player is to input what they believe to be the correct answer. The game will tell the player if they got it right or wrong and will display their score. If they got it right, their score will go up If they got it wrong, their score will stay the same. After all the questions have been asked, the game will present the final score correct, the final score incorrect and allow the player to play again if they choose. You have a lot of leeway in designing this game and you can use your book though there are minimum requirements to obtain all points mentioned after this paragraph Develop your own code and try to use as many of these tools and techniques that you learned about in Chapters in your text. You may leverage other techniques in other Chapters that were not covered if you like, BUT you will need to add comments to the code with why you selected them and a brief description on how it works.
This final script MUST include the following at a minimum:
Main line logic Error handling Tryexceptelsefinal Header Comments Globallocal Variables Users name, counters, etc. At least custom function Use of ListTupleDictionary Use of at least looping function while for
To get started, here are five, fouranswer multiple choice questions that you can use. The correct answers have been denoted with an asterisk. You may use your own questions if you like. When you "load" the questions into your program, you may rewrite them however you need to How many computergenerated effects were used in the movie Lord of the Rings Return of the King? In the movie "The Blues Brothers", what does Jake order at the diner? A medium pizza with pineapple and ham cheeseburgers with the works and a tall glass of milk fried chickens and a Coke A small Greek salad with extra feta, a steak well done baked potatoes, and a coffee In The Simpsons, what football team has Homer always wanted to own? Washington Redskins Dallas Cowboys Denver Broncos Cleveland Browns In the TV show Seinfeld, what did Elaine decide was 'her song'? I am Woman Desperado Yesterday Witchy Woman Babe Ruth debuted in professional baseball at the age of years old with which team? Boston Red Sox New York Yankees St Louis Browns Cincinnati Reds
My Code: When I run it showing Invalid Syntax. Please help me fix it and ans asap. Thanks
ile Edit Format Run Options Window Help import rando inport tine def main :def welcome :def game :try: Start the gamewelcome qame play again ezcept:print An error occurred. Display velcome messageStart the gameDisplay a welcome message and instructions to the player print Welcome to the trivia game! Ask if theplayer vants to play againprint You will be presented with ultiplechoice questions."print please input the number corresponding to your ansver."print questionsPresent questions to the player, get their ansvers, and update scores.LDefine questions and their corresponding ansvers"How any computergenerated effects vere used in the movie Lord of the Rings Return of the King":"answers": M: : : : "correct:In the movie 'The Biues Brothers' what does Jake order at the diner?": answer: : "A edi um pizza vith pineapple and ham, : cheeseburgers with the vorks and a tall glass of milk", : fried chickens and a Coke", q: "A small Gcorrect: in The Simpsons, what foothall team has Homer alvays vanted to own:Tansvers": : Manhington Redskins", : "Dallas Coxboys", : "Denver Broncos", ; "Cleveland Browns"coTEect"in the TV show Seinfeld, hat did Blaine decide vas 'her song': Tanimsers: am Woman, : "Desperado", : "Yesterday", : "itchy Noman habe Ruth debuted in professional baseball at the age of years old.vith which team : TansaersE E hoston Red Sox", ; "New York Yankees", : st Louis Browns", : "cincinnati Reds"
"Babe Ruth debuted in professional baseball at the age of years old with which team? : answers; n: "Boston Red Sox", : "New York Yankees", : st Louis Browns", : "Cincinnati Reds""correct": COre corect #Counter for COrrect answersscore incorrect # Counter for incorrect answers# Shuffle questionsquestions list list questions keys randomshuffle questions listfor question in questions list:print questionanswers questions questionanswersfor i in range :print fi : answers str iuser ans
having problems with if else and elif...showing invalid syntax.
please answer asap
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started