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
Design 2
By
Amal Jyothi S
Run
c = circle(x=100,y=0,r=50,stroke="red") | repeat(180,rotate(2)) r = rectangle(w=300,h=300,fill="black") e1 = ellipse(w=50,h=100,stroke="green") | repeat(45,rotate(2)) e2= ellipse(w=50,h=100,stroke="gold") | repeat(45,rotate(2)) e3= ellipse(w=300,h=150,stroke="yellow") | repeat(90,rotate(2)) c1 = circle(x=87.5,y=0,r=12.5,stroke="red") | repeat(360,rotate(1)) c2 = circle(x=137.5,y=0,r=12.5,stroke="blue") | repeat(360,rotate(1)) r1 = rectangle(w=10,h=10,stroke="blue") | repeat(20,rotate(8)) r2 = rectangle(w=20,h=50,stroke="pink") | repeat(40,rotate(4)) e4 = ellipse(w=100,h=200,stroke="violet") | repeat(45,rotate(2)) e5 = ellipse(x=112.5,y=0,w=25,h=8,stroke="purple",fill="violet") | repeat(72,rotate(5)) c3 = circle(r=25,stroke="purple")+circle(r=50,stroke="red")+circle(r=100,stroke="purple")+circle(r=125,stroke="yellow")+circle(r=150,stroke="red") e6 = ellipse(x=137.5,y=0,w=25,h=12,stroke="black",fill="red") | repeat(72,rotate(5)) show(c,r,e1,e2 | rotate(90),e3,c1,c2,r1,r2,e4,e5,e6,c3) print("BY AJS")