python 绘图

import turtle as t
t.color(‘blue’)
for i in range(270):
t.fd(i)
t.left(80)
t.done()


发表评论

电子邮件地址不会被公开。 必填项已用*标注