write the function "draw_square(length)" to draw different sized squares.Call the function two time with side lengths (150 and 250), to draw small square inside a bigger square.Remember that you need another function "move_to_inner_square()".

Respuesta :