综合应用,绘制有对角线的正方形。
import turtle as t
t.fd(100)
t.rt(90)
t.home()
t.undo()
t.lt(90)
t.done()
综合应用,绘制有对角线的长方形。
京公网安备 11010502049817号