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
mine
By
Rose Anto
Run
c1 = circle(r=150,fill="black") show(c1) r1 = rectangle (w=210,h=210,fill=" DarkRed", stroke="DarkRed") | repeat (10,rotate(50)) r2 = rectangle (w=195,h=195,fill="red", stroke="red")|rotate(15) | repeat (10,rotate(50)) r3 = rectangle (w=179,h=179,fill="orange", stroke="orange")|rotate(0) | repeat (10,rotate(50)) r4 = rectangle (w=162,h=162,fill="yellow", stroke="yellow")|rotate(15) | repeat (10,rotate(50)) c2 = circle(r=105,fill="#e63e5b",stroke="black",stroke_width=3) show (r1,r2,r3,r4,c2) c8 = rectangle(x=62,y=62,w=15,h=15,fill="blue")| repeat(60,rotate(15)) c9 =circle(r=76,fill="DarkOliveGreen") c10=circle(r=71,fill="OliveDrab",stroke="none") c11=circle(r=66,fill="YellowGreen",stroke="none") c01=rectangle (w=100,h=100,fill="#e63e5b")|rotate(45) c13 =ellipse(x= 32,y=32,w=8,h=15,fill="Olive")|rotate(-120)| repeat(50,rotate(10)) c14 = ellipse(x=-32,y=32,w=8,h=15,fill="Olive")|rotate(120)| repeat(50,rotate(10)) c3=circle(r=12,fill="black") c2=circle(r=10,fill="white") c1=circle(r=6,fill="black") e5=ellipse(w=18,h=29,x=0,y=50,fill="DarkBlue") | repeat(7, rotate(51.4)) e4=ellipse(w=14,h=29,x=0,y=45,fill="Thistle") | repeat(7, rotate(51.4)) e3=ellipse(w=15,h=40,x=0,y=22,fill="maroon") | repeat(12, rotate(30)) e2=ellipse(w=12,h=28,x=0,y=22,fill="orange") | repeat(12, rotate(30)) e1=ellipse(w=9,h=16,x=0,y=22,fill="RebeccaPurple") | repeat(12, rotate(30)) show(c8,c9,c10,c11,c13,c14) show(c1,c2,c3,e5,e4,e3,e2,e1)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login