摘要:
阅读全文
posted @ 2020-03-11 20:42
litchi31
阅读(168)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2020-03-11 20:36
litchi31
阅读(127)
评论(0)
推荐(0)
摘要:
#使用turtle库绘制一个红色五角星图形import turtle as t t.fillcolor("red") t.begin_fill() t.pensize(3) t.pu() t.fd(-150) t.pd() for i in range(5): t.fd(300) t.right(1 阅读全文
posted @ 2020-03-11 20:00
litchi31
阅读(139)
评论(0)
推荐(0)