摘要: Some works by using turtle def pentagram(): """绘制五角星""" t.pu() t.bk(100) t.pd() t.color('black', 'red') t.begin_fill() for i in range(5): t.fd(200) t. 阅读全文
posted @ 2020-03-12 21:25 kekefu 阅读(226) 评论(0) 推荐(0) 编辑