Courses
Sketches
Code a Pookkalam
Grants
Support
About
Login
Sketches
0
lines
By
Farhan
Run
def random_color(): r = random(255) g = random(255) b = random(255) a = color(r=r,g=g,b=b,a=0.6) return a a = line(-100,0,0,-100,stroke=random_color()) + line(0,-100,100,0,stroke=random_color()) | repeat(12,rotate(60)) d = line(0,-100,50,-87,stroke=random_color()) | repeat(12,rotate(30)) e = line(0,72,-50,50,stroke=random_color()) | repeat(8,rotate(45)) show(a,d,e)
New Comment
×
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login