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
Navya unnimenon
By
navya unnimenon
Run
c1 = circle(r=25, x=0, y=25, fill="red", stroke="red") c2 = circle(x=0, y=50, r=50, fill="#12FA21", stroke="#12FA21") c3 = circle(x=0, y=75, r=75, fill="blue", stroke="blue") c4 = circle(x=25, y=0, r=25, fill="red", stroke="red") c5 = circle(x=50, y=0, r=50, fill="#12FA21", stroke="#12FA21") c6 = circle(x=75, y=0, r=75, fill="blue", stroke="blue") c7 = circle(r=25, x=0, y=-25, fill="red", stroke="red") c8 = circle(x=0, y=-50, r=50, fill="#12FA21", stroke="#12FA21") c9 = circle(x=0, y=-75, r=75, fill="blue", stroke="blue") c10 = circle(x=-25, y=0, r=25, fill="red", stroke="red") c11 = circle(x=-50, y=0, r=50, fill="#12FA21", stroke="#12FA21") c12 = circle(x=-75, y=0, r=75, fill="blue", stroke="blue") c = circle(r=150, fill="black", stroke="yellow") d = ellipse(w=7.5, h=25) e = d | repeat(25, rotate(30)) f = ellipse(w=300, h=25, fill="yellow") g = f | repeat(300, rotate(4)) p = ellipse(w=100, h=25, x=75, y=0, stroke="yellow") q = p | repeat(400, rotate(1)) h1 = ellipse(w=50, h=30, fill="black")+ circle(r=15, fill="yellow") h2 = ellipse(w=30, h=50, fill="black") show(c, f, g, c3, c2, c1, c6, c5, c4, c9, c8, c7, c12, c11, c10, h2, h1, d, e, p, q)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login