如何使用python turtle 画一个等边三角形

2024-11-15 11:06:56
推荐回答(3个)
回答(1):

from turtle import *
circle(100,steps=3)
done()

回答(2):

回答(3):

个等边三角形