畫綠樹Python漂亮的二叉遞歸分形樹

  """ 畫綠樹,本程序要用到coloradd模塊,安裝方法爲在命令提示符下輸入: pip install coloradd,它能讓RGB 255三元組顏色進行增長,就像scratch中的顏色增長命令同樣. """ from turtle import * from coloradd import * def draw_tree(t,n,distance): """
相關文章
相關標籤/搜索