使用Python画出小人发射爱心的代码 我就废话不多说了,直接上代码吧!#2.14fromturtleimport*fromtimeimportsleepdefgo_to(x,y):up()goto(x,y)down 发射