# Task 1 : Create a BLUE tuple on line 24 with value (0,0,255) and then run the code. # Task 2 : Change the position of the rectangle to bottom of the screen # by changing values on line 34.
def draw_square(top_right_x, top_right_y, side_length,side_height): square = canvas.create_rectangle(top_right_x, top_right_y,bottom_left_x, bottom_left_y, outline ...