import turtle as t
from time import sleep
from turtle import *
color('red')
shape('turtle')
begin_fill()
left(45)
forward(100)
circle(50,180)
right(90)
circle(50,180)
forward(100)
end_fill()
t.done()

import turtle as t
from time import sleep
from turtle import *
color('red')
shape('turtle')
begin_fill()
left(45)
forward(100)
circle(50,180)
right(90)
circle(50,180)
forward(100)
end_fill()
t.done()

3万+
6510
3404
103
7万+

被折叠的 条评论
为什么被折叠?