Question: 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 can
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
