用python寫一個簡單的表白代碼

from turtle import * color('black','red') 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(5
相關文章
相關標籤/搜索