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
onam
By
Gouri Mukesh
Run
shape = rectangle(w=200, h=200,fill="#154d22") | repeat(9, rotate(10)) show(shape) c1=circle(r=125,fill="yellow") show(c1) shape = rectangle(w=175, h=175,fill="#610104") | repeat(9, rotate(10)) show(shape) c2=circle(r=110,fill="yellow") show(c2) e=ellipse(x=-10,y=0,h=10,w=20,fill='#24a603',stroke='white')|repeat(15,rotate(30))|translate(x=-80) e1=e|repeat(26,rotate(14))|translate(x=0,y=0)|scale(1.16) show(e1) c3=circle(r=85,fill="#f4fc0a") show(c3) c9=circle(r=75,fill="red",stroke_width="8") show(c9) c8=circle(r=45,y=24,fill="white") show(c8) c7=circle(r=40,y=23,fill="orange") show(c7) c4=circle(r=44,fill="green",y=3)|scale(0.9) show(c4) c5=ellipse(x=0,y=-40,fill="white",stroke="white")|scale(0.47) show(c5) c6=ellipse(x=0,y=-20,fill="green",stroke="green")|scale(0.47) show(c6) c10=circle(r=8,x=-40,y=15,fill="yellow") show(c10) c10=circle(r=8,x=40,y=15,fill="yellow") show(c10) c10=circle(r=5,x=-40,y=15,fill="white") show(c10) c10=circle(r=5,x=40,y=15,fill="white") show(c10)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login