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
Pookalam
By
Zyed Yoosef
Run
c1 = color(r=0, g=255, b=0) c2 = color(r=255, g=0, b=0, a=0.5) shape1 = rectangle(w= 1000, h=1000, fill="orange") shape2 = circle(r=150, fill="green", stroke="none") shape3 = rectangle(w=250, h=250, fill="green", stroke="none") shape4 = circle(r=120, fill="red", stroke="none") shape5 = rectangle(w=150, h=175, fill="yellow", stroke="none") z1 = point(x=-125, y=0) z2 = point(x=0, y=-125) z3 = point(x=125, y=0) z4 = point(x=0, y=125) shape9 = circle(r=75, fill="white", stroke="none") shape7 = polygon([z1, z2, z3, z4], stroke="none", fill="pink") shape8 = circle(r=100, fill="yellow", stroke="none") shape10 = circle(x=25, y=25, r=35, fill=c2, stroke="none") shape11 = circle(x=-25, y=25, r=35, fill=c2, stroke="none") shape12 = circle(x=25, y=-25, r=35, fill=c2, stroke="none") shape13 = circle(x=-25, y=-25, r=35, fill=c2, stroke="none") shape14 = circle(x=0, y=0, r=35, fill="orange", stroke="none") show(shape1, shape2, shape3, shape4, shape5, shape7, shape8, shape9, shape10, shape11, shape12, shape13, shape14)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login