Snowflake art using python turtle š¢
1 min readApr 23, 2019
Hereās a super cool code for making snowflakes using import turtle in python!
Snowflake using turtle
Challenge #1
Try assigning different colours to the parentheses in screen.bgcolor!
Challenge #2
Try adding different colours into the list in sfcolor to create snowflakes with different colours!
Hereās the code itself for reference
Thanks for playing!