This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import turtle | |
turtle.speed(0) | |
# You can edit some of these variables to change the snowflake. | |
BRANCHES = 6 | |
MINI_BRANCHES = 4 | |
# This function creates each of the segments of a branch | |
def minbranch(): |