Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In Python: Have the user choose one of these animals that your program will then guess. Fish Tarantula Snake Octopus 1. Have the user choose
In Python:
Have the user choose one of these animals that your program will then guess. Fish Tarantula Snake Octopus 1. Have the user choose and remember one of the animals. 2. Write a program that will ask the user two yeso questions. Think about what each animal has in common and what makes them different. 3. The program will guess the animals based on these two answers. Write a program to guess which shape that the user has picked. 1 2 3 4 5 6 7 8 Ask the user to answer a series of yeso questions (ex. Is the shape Red?). Limit it to less than 6 questions (3 questions is best). When the program has enough information print out which shape the user had picked. Try to use as few if statements in your program as you canStep 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