用python畫一隻可愛的皮卡丘

效果圖 python #!/usr/bin/env python # -*- coding:utf-8 -*- from turtle import * ''' 繪製皮卡丘頭部 ''' def face(x,y): """畫臉""" begin_fill() penup() # 將海龜移動到指定的座標 goto(x, y) pendown()
相關文章
相關標籤/搜索