程序设计,画一个边长为60的三角形
from turtle import * pd() hideturtle() for i in range(3): fd(60) left(120) mainloop()
如果对你有帮助,可以点击我这个回答右上方的【采纳】按钮,采纳一下。