Explore
Courses
Batches
Sketches
Statistics
Code a Pookkalam
Jobs
Devsprint
People
Course Creation
Create a Course
Guidelines
Resources
Support
Blogs
My Profile
About Us
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)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login