Python(小人发射爱心)
摘要:
效果: 代码: 1 from turtle import * 2 3 def go_to(x, y): 4 up() 5 goto(x, y) 6 down() 7 8 def head(x, y, r): 9 go_to(x, y) 10 speed(1) 11 circle(r) 12 leg( 阅读全文
posted @ 2021-12-10 16:24 一缕半夏微光 阅读(2102) 评论(0) 推荐(0) 编辑