Page 1 of 1

Can someone please help me with this, python code or coderunner. Thank you! Click here to download the template code to

Posted: Tue May 24, 2022 7:55 am
by answerhappygod
Can someone please help me with this, python code or coderunner.
Thank you!
Click here to download the template code to test your
function in IDLE. First, complete
the draw_shapes(a_canvas, start_x, start_y, grid_size,
number_of_rows) function inside the template so that it draws
a hollow right angle triangle as shown in the following
picture. The number of rows in the triangle is given by the
parameter, number_of_rows. You should work on your program
using Python IDLE to produce the drawing then copy and paste
the draw_shapes() function into CodeRunner to check the
coordinates.
Note:
Can Someone Please Help Me With This Python Code Or Coderunner Thank You Click Here To Download The Template Code To 1
Can Someone Please Help Me With This Python Code Or Coderunner Thank You Click Here To Download The Template Code To 1 (375.25 KiB) Viewed 18 times
Question 7 Not complete Marked out of 1.50 Flag question Click here to download the template code to test your function in IDLE. First, complete the draw_shapes (a_canvas, start_x, start_y, grid_size, number_of_rows) function inside the template so that it draws a hollow right angle triangle as shown in the following picture. The number of rows in the triangle is given by the parameter, number_of_rows. You should work on your program using Python IDLE to produce the drawing then copy and paste the draw_shapes () function into CodeRunner to check the coordinates. Note: • Submit the draw_shapes () function in the answer box below. • You must draw the triangle row by row starting from the top row, and from left to right within each row.