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
pookaalam
By
Devika S G
Run
c1 = circle(r=10,fill="white",stroke="none") c2 = circle(r=15,fill="yellow",stroke="none") c3 = circle(r=20,fill="orange",stroke="none") c4 = circle(r=25,fill="brown",stroke="black",stroke_width=3) s1 = rectangle(x=0,w=50,h=50,fill="#306754",stroke="black",stroke_width=2) s2 = rectangle(x=0,w=50,h=50,fill="brown",stroke="black",stroke_width=2) | rotate(45) s3 = rectangle(x=0,w=60,h=60,fill="#50C878",stroke="black",stroke_width=2) | rotate(68) s4 = rectangle(x=0,w=60,h=60,fill="#F778A1",stroke="black",sroke_width=2) | rotate(110) s5 = rectangle(x=0,w=70,h=70,fill="#151B54",stroke="black",stroke_width=2) | rotate(223) s6 = rectangle(x=0,w=70,h=70,fill="#6698FF",stroke="black",stroke_width=2) | rotate(270) s7 = rectangle(x=0,w=80,h=80,fill="#B048B5",stroke="black",stroke_width=2) | rotate(292) s8 = rectangle(x=0,w=80,h=80,fill="#D4AF37",stroke="black",stroke_width=2) | rotate(250) c5 = circle(r=56,fill="#FAAFBA",stroke="black",stroke_width=3) show(c5,s8,s7,s6,s5,s4,s3,s2,s1,c4,c3,c2,c1)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login