Question: solve correctly using python Create a fun selection structure program. You may choose from the options below. Please make your code unique and appropriately creative.

solve correctly using python
solve correctly using python Create a fun selection structure program. You may

Create a fun selection structure program. You may choose from the options below. Please make your code unique and appropriately creative. You can use the sleep function if you like for pause effect. Your program must have: - A complete algorithm written as comments - a main function - variables declared and initialized to the correct data type - code is readable with some blank lines - include a nested selection structure - include a multi-way selection structure - include an error statement if they input anything incorrectly (the else) - use several types of comparison operators like greater than, or less than, or greater than and equal to, or is equal to, or is not equal to... (MUST USE AT LEAST 2 DIFFERENT OPERATORS) - users name displayed properly (cap 1st letter) in some output - must convert yes or no answer to lower case so you can check against lower only in the selection structure - Output must be user friendly with some blank lines, some decorative separators (like a line of * or - Game Must: Ask for input - at least 1 string and 1 number (try to ask more) Ask the user to choose an option from a menu of at least 4 or 5 options. Can be a trivia type game, or a what would be your dream car type game... Use a selection structure to do something different for each option they might choose. Practice some things you have learned like math or have additional questions and decisions inside 1 or more. Ask the user if they want to play again and validate they entered yes or no. Use a selection structure to say "Okay - next game coming soon" if they answer yes, or something like "Thank you for playing" if they answer no

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!