标签:class 三角形 pre code range 叠加 import color done
import turtle as t t.left(60) for i in range(3): t.fd(100) t.right(120) t.fd(50) t.right(60) for i in range(3): t.fd(50) t.right(120) t.done()
标签:class 三角形 pre code range 叠加 import color done
原文地址:https://www.cnblogs.com/dongyichen/p/12700421.html