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
New Sketch
By
Yamini rayini
Run
bg=rectangle(0,0,300,300,fill="white") show(bg) def random_color(): r=random(255) b=random(255) g=random(255) return color(r,b,g,a=0.5) x=5 y=0 r=10 n=8 for i in range(n): c=circle(x=x,y=y,r=r,fill=random_color(),stroke=random_color()) x=x+2*r show(c) n=n-1 c1=c | repeat(40,rotate(10)|scale(-1)) show(c1)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login