Simple But Cool Pattern
- PeanutButter
- 4 years ago
- 16 views
Check out PeanutButter's project, where they use Python with Turtle to create a cool pattern. It is a great reminder that cool projects don't have to be super complicated! You can create something beautiful no matter what! Make sure you open up the project to check it out!
import turtle
import random
Locked
Canvas
Console