zephaniahg3 zephaniahg3 30-06-2024 Physics Answered )What will be the output shape of the following Python code? from turtle import * turtle=Turtle() screen=Screen() for i in range(4): turtle.forward(60) turtle.left(90