Question: I need help creating a python program that uses a list using the python turtle. The list will consist of 4 random numbers which the

I need help creating a python program that uses a list using the python turtle. The list will consist of 4 random numbers which the user will have a chance to provide a guess for to move the turtle closer to a finish line. if the user is correct the ouput statement will say "Yes!! You've earned a free dinner!". If the user fails it will print "Sorry!! Try again!". The user will only be allowed 4 tries to get it correct. The screen setup must be 800,800. The finish line will be created with random integers.

At least one function needs to demonstrate the proper usage of a list.

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 Programming Questions!