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
Megha Anil
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(50)) c2=circle(r=100,fill="blue") c3=circle (r=50,fill="red",stroke="yellow") c4=rectangle(w=65,h=65,fill="pink")|repeat(20,rotate(20)|scale(0.9)) c5=rectangle(w=200,h=200,fill="orange",stroke="brown",stroke_width=3)|repeat(250,rotate(300)) c6=circle(r=150,fill="green",stroke="red")|repeat(8,rotate(20)) show(c6,c5,c1,c3,c4)