用python畫一朵玫瑰花,拿去表白趴

''' Created on Nov 18, 2017 @author: QiZhao ''' import turtle # 設置初始位置 turtle.penup() turtle.left(90) turtle.fd(200) turtle.pendown() turtle.right(90) # 花蕊 turtle.fillcolor("red") turtle.begin_fil
相關文章
相關標籤/搜索