I'm not sure what the question is here, but the typical approach to this sort of a problem is to create a while loop that does two things: (1) accept a command from the user, and (2) execute the command, using one or more of the turtle graphics methods that were mentioned in the description. It looks like the assignment is to modify code from a previous assignment. A good place to start would be to use working code for the previous assignment from your computer, another student, or your instructor. Turtle Graphics is nice because you can see visual results right away after you make code changes. Documentation and examples for Python turtle are available at https://docs.python.org/3/library/turtle.html.
Avery B.
asked 08/16/21Google collaboratory assignment. Python coding. PlZ HELP
Create a ColabTurtle program (within one code block) that creates a Turtle that will draw based on the commands you give it. The program should contain at least 200 lines of commands. You must use the following commands: - forward()- left()- right ()- backward()- speed()- color()These operations should be used at least 3 times each!-penup()-pendown() -goto()2. Use the ColabTurtle program that you created in the first problem and change certain components about it to see what will happen. You must change AT LEAST 20 lines of code to see what has changed.
1 Expert Answer
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.