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
Akshay K
Run
rect1=rectangle(w=150,h=150,fill="#820a0a",stroke="none")|repeat(20,rotate(50)) rect2=rectangle(w=170,h=170,fill="#ce0606",stroke="none")|rotate(15)|repeat(20,rotate(50)) rect3=rectangle(w=190,h=190,fill="#fc9802",stroke="none")|repeat(20,rotate(50)) rect4=rectangle(w=210,h=210,fill="#fceb02",stroke="none")|rotate(15)|repeat(20,rotate(50))|scale(0.98) show(rect4,rect3,rect2,rect1) c1=ellipse(w=190,h=30,fill="#fc9802",stroke="none")|repeat(8,rotate(50)) c2=ellipse(w=190,h=30,fill="#fc9802",stroke="none")|repeat(9,rotate(40)) c3=ellipse(w=190,h=30,fill="#fc9802",stroke="none")|repeat(100,rotate(10)) show(c3,c2,c1) c4=circle(r=80,fill="yellow",stroke="none") c3=circle(r=70,fill="#EDA63D",stroke="none") c2=circle(r=60,fill="#f2b707",stroke="none") c1=circle(r=55,fill="#fac528",stroke="none") show(c4,c3,c2,c1) rect5=rectangle(w=63,h=63,fill="#820a0h",stroke="none")|repeat(20,rotate(50)) rect6=rectangle(w=67,h=67,fill="#ce0606",stroke="none")|rotate(15)|repeat(20,rotate(50)) rect7=rectangle(w=71,h=71,fill="#fc9802",stroke="none")|repeat(20,rotate(50)) rect8=rectangle(w=75,h=75,fill="#fceb02",stroke="none")|rotate(15)|repeat(20,rotate(50))|scale(0.98) c5=circle(r=33,fill="#ff0000",stroke="none") show(rect8,rect7,rect6,rect5,c5)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login