ps:运行前要先下载 pip install turtle,要先下载turtle这个库,安装教程新手村有呦,试着自己画一下一箭穿心,酱酱期待你运行的💘!!!

    from turtle import * color(‘black’,’red’) pensize(5) begin_fill() penup() goto(50,50) pendown() right(45) goto(100,0) left(90) fd(120) circle(50,225) penup() goto(0,0) pendown() left(135) fd(120) circle(50,225) seth(90) circle(50,225) fd(121) end_fill() left(56) penup() goto(-210,40) pendown() goto(0,80) penup() goto(160,110) pendown() goto(320,140) done

    继续加油,新的一年,python加油鸭!!!