79465183

Date: 2025-02-25 01:16:35
Score: 1.5
Natty:
Report link
from turtle import Turtle, Screen

timmy_the_turtle = Turtle()
for _ in range(4):
    timmy_the_turtle.forward(180)
    timmy_the_turtle.left(90)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Marc Ngefacbright