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
Underwork
By
Abdul Hakeem
Run
e1 = ellipse(h=276, w=80, fill="#F24314", stroke="none")|repeat(5,rotate(60)) e2 = ellipse(h=266, w=10, fill="#F91EAD", stroke="none")|repeat(5,rotate(60)) c1 = circle(r=25, fill="yellow", stroke="brown", stroke_width=8) e=e1+e2+c1 flower=e|scale(0.2)|translate(x=110,y=0)|repeat(50,rotate(15)) c1=circle(r=140,fill="white",stroke="darkgreen",stroke_width=10) c2=circle(r=100,fill="#F7DC6F",stroke="darkgreen",stroke_width=10) sun=circle(r=7,x=20,y=30,fill="#FF7C00",stroke="none") el1=ellipse(y=-50,w=100,h=20,fill="black") el2=ellipse(x=-53,y=-25,w=20,h=40,fill="black")|rotate(10) el3=ellipse(x=-25,y=-30,h=30,w=8,fill="black") el4=ellipse(x=-5,y=-35,h=30,w=8,fill="black") el5=ellipse(x=15,y=-40,h=30,w=8,fill="black") h1=circle(x=15,y=-15,r=4,fill="black") h2=circle(x=-5,y=-10,r=4,fill="black") h3=circle(x=-25,y=-5,r=4,fill="black") head=h1+h2+h3 boat=el1+el2+el3+el4+el5+head center=sun+boat show(c1,c2,flower,center)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login