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

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

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

回答2:

回答3:

个等边三角形