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

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
Get step-by-step solutions from verified subject matter experts
