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
Code a pookalam
By
Sareena
Run
m=color(r=132,g=0,b=0) rec=rectangle(h=150,w=150,fill=m,stroke="None")|repeat(60,rotate(20)) show(rec) s=color(r=150,g=0,b=0) c1=circle(r=95,fill="gold",stroke="none") show(c1) k=color(r=100,g=0,b=0) sq=rectangle(h=135,w=135,fill=k,stroke="none")|repeat(25,rotate(60)) show(sq) elp=ellipse(h=150,w=40,fill="brown",stroke="none")|repeat(25, rotate(50)) show(elp) ellp=ellipse(h=140,w=20,fill="orange",stroke="none")|repeat(35,rotate(50)) show(ellp) c2=circle(r=60,fill="tomato", stroke="none") show(c2) e=ellipse(h=110,w=20,fill="red",stroke="red")|repeat(55,rotate(50)) show(e) c3=circle(r=50,fill="green", stroke="none") show(c3) ep=ellipse(h=95,w=25,fill="yellow",stroke="none")|repeat(25, rotate(50)) show(ep) tr=rectangle(h=65,w=65, fill="firebrick", stroke="none") |repeat(25, rotate(60)) show(tr) shape=ellipse(h=90,w=20,fill="none",stroke="orange")|repeat(55,rotate(50)) show(shape)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login