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
1
New Sketch
By
Joseph Jaison
Run
c1 = circle(r=145,stroke="black",stroke_width="11") r1 = rectangle (w=210,h=210,fill="green", stroke="Red") | repeat (30,rotate(2)) r2 = rectangle (w=210,h=210,fill="green", stroke="white") | repeat (30,rotate(-2)) c2 = circle(r=105,fill="blue",stroke="black") c3 = circle(x=53,y=0,r=50,fill="#9440ed") | repeat (7,rotate(50)) c4 = circle(r=75,fill="yellow") r3 = rectangle (w=150,h=150,fill="#a7c732") | rotate(80) r4 = rectangle (w=150,h=150,fill="#fc99b8") | rotate(30) c5 = circle(r=25,fill="#de04a8",stroke_width='11') e1 = ellipse(w=110,h=50,x=20,y=0,fill="#15eb3c") | repeat (6,rotate(60)) e2 = ellipse(w=45,h=50,x=20,y=0,fill="red") | repeat (12,rotate(60)) r5 = rectangle (w=210,h=210,fill="orange", stroke="yellow") | rotate(33) show(c1,r1,r2,r5,c2,c3,r3,r4,c4,e1,e2,c5)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login