Question: CODEHS PYTHON TURTLE Write a program that asks the user for a rating from 1-10. Follow these guidelines: If the user rates between a 1

CODEHS PYTHON TURTLE
Write a program that asks the user for a rating from 1-10.
Follow these guidelines:
If the user rates between a 1 and 4, draw a red X in the middle of the canvas.
If they rate between 5 and 7, draw a yellow horizontal line in the middle of the canvas.
If they rate an 8 or above, draw a green checkmark in the middle of the canvas.
Use the variable rating to save the user input value.
Hint: Write functions to draw each mark type and then use these functions in an if-elif-else statement.
 CODEHS PYTHON TURTLE Write a program that asks the user for
a rating from 1-10. Follow these guidelines: If the user rates between

Status: Not GELADE Exercise 5.2.4: Rating points Let's Go! SULT WORLD Write a program that asks the user for a rating from 1-10. Follow these guidelines: If the user rates between a 1 and 4, draw a red X in the middle of the canvas. If they rate between 5 and 7. draw a yellow horizontal line in the middle of the canvas. If they rate an 8 or above, draw a green checkmark in the middle of the canvas Use the variable rating to save the user input value. Hint: Write functions to draw each mark type and then use these functions in an if-elif-else statement. active DCS 've alre to dral Brexel Status: Not Submitted 5.2.4: Rating Save This is what the world should look like after your program has run. X Objective Show Exercise QUICK DOCS You've already determined how to draw an X in a earlier exercise

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!