79116793

Date: 2024-10-23 07:25:23
Score: 1
Natty:
Report link

You needed to add more angle from the start and adjust the circle to get it right.

import turtle


t = turtle.Turtle()
t.width(5)


t.right(120)        
t.forward(100)      
t.circle(60, 240)   
t.forward(100)      
t.hideturtle()      

turtle.done()

Water drop

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Thomas Snella