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
c1=circle(r=5,fill="yellow",stroke="black",stroke_width=2) c2=ellipse(w=80,h=7,fill="red") | repeat (10,rotate (30)) c3=circle(r=25,fill="pink") c4=circle(r=40,fill="purple") c5=rectangle (w=85,h=85,fill="yellow") | repeat (25,rotate (60)) c6=ellipse(w=150,h=95,fill="red",stroke="black",stroke_width=2) | repeat (70,rotate (25)) c7=rectangle (w=175,h=175,fill="pink") | repeat (50,rotate(10)) c8=ellipse (w=300,h=100,fill="yellow") | repeat (100,rotate (10)) c9=rectangle (w=200,h=200,fill="red",stroke="none") | repeat(50,rotate (30)) c10=rectangle (w=209,h=209,fill="green",stroke="none") | repeat (80,rotate(25)) c11=ellipse (w=250,h=80,fill="blue") | repeat(25,rotate(35)) c12=circle(r=80,fill="purple") c13=circle(r=90,fill="black") show(c8,c10,c9,c11,c7,c13,c12,c6,c5,c4,c3,c2,c1)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login