如何用python畫笑臉QQ表情——turtle庫實踐

 參考QQ表情畫了一個笑臉表情,代碼和效果以下:python from turtle import * screensize(600,600) speed(10) #笑臉的小圓臉 pensize(5) color('dim grey','yellow') pu() goto(0,-100) begin_fill() circle(100) end_fill() #腮紅 #左側 seth(90)
相關文章
相關標籤/搜索