Skip to content

Instantly share code, notes, and snippets.

View ValleyDragon888's full-sized avatar

ValleyDragon888 ValleyDragon888

View GitHub Profile
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():