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
Primary Circle
By
Aanand S
Run
#define shapes #inner circles thumba = circle(r = 7,fill=color(247, 247, 247,1),stroke=color(247, 247, 247)) krishna_mudi = circle(r = 13,fill='red',stroke='red') #ellipse design 1 mathil_pacha1 = ellipse(w = 50,h = 20,fill='green',stroke='green') mathil_pacha2 = ellipse(w = 20,h = 50,fill='green',stroke='green') #ellipse design 2 e3 = ellipse(w = 20,h = 50,fill=color(230, 209, 30),stroke=color(230, 209, 30))| rotate(45) e4 = ellipse(w = 50,h = 20,fill=color(230, 209, 30),stroke=color(230, 209, 30))| rotate(45) wrap1 = circle(r = 25.5,fill='yellow',stroke='yellow') wrap2 = circle(r = 28,fill='black') #display shapes show(wrap2) show(wrap1) show(mathil_pacha1) show(mathil_pacha2) show(krishna_mudi) show(thumba)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login