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
def flower(x,y,w,h): e=ellipse(x=x,y=y,w=w,h=h,stroke="blue",stroke_width=2)+ellipse(x=x,y=y,w=h,h=w,stroke="red",stroke_width=2) e1=e | repeat(10,scale(0.78)) e2=e1| repeat(90,rotate(5)) return e2 e3=flower(0,0,50,25) e4=flower(100,0,50,50) show(e4,e3)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login