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
pookallam
By
Allen Fencer
Run
# bg=rectangle(x=0,y=0,w=300,h=300,fill='white',stroke='none') # outerCircle = circle(r=145,stroke_width=5,fill='green',stroke='none') # show(bg,outerCircle) middleCircle= circle(r=50,fill='indigo',stroke='none') show(middleCircle) innerCircle=circle(r=25,stroke_width=2,fill='white',stroke='none') rose1=circle(x=0,y=10,r=10,stroke='none',fill='red') rose2=circle(x=10,y=0,r=10,stroke='none',fill='red') rose3=circle(x=-10,y=0,r=10,stroke='none',fill='red') rose4=circle(x=0,y=-10,r=10,stroke='none',fill='red') flower1=circle(r=10,x=0,y=0,fill='yellow',stroke='none') eye=combine([innerCircle,rose1,rose2,rose3,rose4,flower1]) leaf= ellipse(w=5,h=15,fill='pink',stroke='none')| repeat(5,rotate(45)) show(eye,leaf)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login