Question: i need help with this lab for CS, i must write it in python, and the triangles that need to ascend from smaller to larger,

Activity You'll write Turtle commands to draw a set of triangles of increasingly larger size, something like this example. Lab 3 - 987654321 I provide a template with a lot of commands you'll need for future assignments, so read through that code and the comments. You'll create variables for the angle and side_length (I started with a length of 10), and code the commands to draw a filled triangle. After that triangle, increase your side_length variable using a multiplication expression ( doubled mine each time): set a new color: and draw the next filled triangle. Repeat so that you have 5 triangles, of different colors. Use the UIC hexadecimal color values found at https://marketing.uic.edu/marketing-toolbox/university-style-guide/visual-elements/ 1. Navigate to https://trinket.iolibrary/trinkets/Beeec0bcd6 and make a copy 2. In the header block, update the assignment name, replace
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
