muhammadtaha6987 muhammadtaha6987 21-10-2022 Computers and Technology contestada 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()".