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
Athira P
Run
f=color (r=255,g=0,b=0) c1=ellipse(w=200,h=10,fill=f,stroke="yellow",stroke_width=2) | repeat (72,rotate (10)) c2=circle(r=100,fill="blue") c3=circle(r=50,fill="red") c4=circle(r=70,fill="purple") c5=rectangle(w=65,h=65,fill="pink") | repeat (50,rotate (20)) c6=rectangle (w=80,h=80,fill="brown")| repeat (25,rotate (30)) c7=rectangle (w=100,h=100,fill="pink") | repeat (10,rotate (50)) c8=circle(r=150,fill="green",stroke="black",stroke_width=2) | repeat (5,rotate (60)) c9=rectangle (w=200,h=200,fill="red",stroke="black",stroke_width=2) | repeat (50,rotate(20)) c10=rectangle (w=250,h=250,fill="purple") | repeat (25,rotate(60)) c11=ellipse (w=80,h=50,fill="yello") | repeat (60,rotate (10)) show (c10,c8,c9,c2,c4,c7,c3,c6,c1,c5,c11)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login