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
Rakhi
By
Gayatri
Run
r = rectangle(h=300,w=300,fill="#f5d576") s = rectangle(w=60, h=60,stroke="red") | repeat(9, rotate(10)) c = circle(r=2,y=45,fill="blue",stroke="green",strokw_width=2)| repeat(36 ,rotate(10)) e =ellipse(w=10, h=20,y=20,stroke="green")| repeat(36 ,rotate(10)) c1 = circle(r=2,y=5,stroke="purple")| repeat(6 ,rotate(60)) c2 = circle(x=60,r=10,fill="#1c4d29",stroke="#1fe30e",stroke_width=2)+ellipse(w=20,h=10,x=80,stroke="#d60b41",stroke_width=2,fill="#75052a")+circle(x=100,r=10,fill="orange",stroke="#b06504",stroke_width=2)+circle(r=5,x=115,fill="blue",stroke="#100659",stroke_width=2)+line(x1=120,x2=150,y1=0,y2=0,stroke="black",stroke_width=5) c3 = circle(x=-60,r=10,fill="#1c4d29",stroke="#1fe30e",stroke_width=2)+ellipse(w=20,h=10,x=-80,stroke="#d60b41",stroke_width=2,fill="#75052a")+circle(x=-100,r=10,fill="orange",stroke="#b06504",stroke_width=2)+circle(r=5,x=-115,fill="blue",stroke="#100659",stroke_width=2)+line(x1=-120,x2=-150,y1=0,y2=0,stroke="black",stroke_width=5) show(r,s,c,e,c1,c,c2,c3)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login