Question: Your task is to create a triangle using the Turtle library. Modify the program to change the colors of the sides. Left side: YELLOW Right

Your task is to create a triangle using the Turtle library.
Modify the program to change the colors of the sides.
Left side: YELLOW
Right side: RED
Bottom side: "GREEN
Modify the program to draw the triangle with a filled color. Use YELLOW color
Hints: Use the turtle.begin_fill() and turtle.end we learned last week to achieve this.
Modify the code to animate the drawing of the triangle by changing the turtle's movement. You can use turtle.speed() to control the drawing speed.Use speed 5.
Note: Speed argument is a number in the range of 0 through 10.
4. Modify the code to get the following:
The BASE_LEFT_X to -350
The BASE_RIGHT_X to 350

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!