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
New Sketch
By
Neha Sabu
Run
a = ellipse(x=0,y=0,h=50,w=300,fill ='orange' ,stroke ='none') a= a|repeat(20,rotate(10)) b=ellipse(x=0,y=0,h=50,w=280,fill='wheat' ,stroke='none') c=b|rotate(5) d=ellipse(x=0,y=0,h=50,w=260,fill="sandybrown",stroke ='none') d=d|repeat(20,rotate(10)) c=c|repeat(20,rotate(10)) e=rectangle(x=0,y=0,h=20,w=240,fill="cornsilk",stroke='none') e=e|repeat(20,rotate(20)) f=circle (x=0,y=0,r= 100,fill='lightcyan',stroke='none') g=rectangle (x=78,y=80,h=15,w=15,stroke='olive') g= g|repeat(40,rotate (10)) h=circle(x=64,y=64,r=10, fill="chocolate",stroke ='none') h=h|repeat(90,rotate(5)) i=ellipse(x=20,y=40 ,h=20,w=20) j=ellipse(x=30,y=10, h=30,w=20) k=line(x1=25,y1=10,x2=30,y2=55) show(a,c,d,e,f,g,h,i,j,k) l=ellipse(x=30 ,y=60 ,h=10,w=40) m=l|rotate (5) n=rectangle (x=35,y=-20,h=30,w=10) o=rectangle (x=20,y=10,h=20,w=10) p=o|rotate(-45) q=rectangle (x=15,y=-20 ,h=20,w=10) show (m,n,p,q)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login