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
Anagha V
Run
c1 = circle(r=41,fill="#ffe3b1",stroke="#ffe3b1") c2 = circle(x=50,y=0,r=50,fill="#ff69b4") c3 = circle(x=0,y=50,r=50,fill="#ff69b4") a=25*(2**0.5) c4 = circle(x=-a,y=-a,r=50,fill="#ff69b4") c5 = circle(x=a,y=a,r=50,fill="#ff69b4") c6 = circle(x=-a,y=a,r=50,fill="#ff69b4") c7 = circle (x=a,y=-a,r=50,fill="#ff69b4") c8 = circle (x=-50,y=0,r=50,fill="#ff69b4") c9 = circle(x=0,y=-50,r=50,fill="#ff69b4") c10 = circle(r=100) c21=circle(r=60,fill="#fddde6") c12=circle(r=5,fill="#140d00",stroke="#140d00") c13=circle(r=10,fill="#4e3300", stroke="#4e3300") c14=circle(r=15,fill="#895900",stroke="#895900") c15=circle(r=20,fill="#b17200",stroke="#b17200") c16=circle(r=25,fill="#eb9800", stroke="#eb9800") c17=circle(r=30,fill="#ffb327",stroke="#ffb327") c18=circle(r=35,fill="#ffc862",stroke="#ffc862") c20=circle(r=50,fill="red") c19=circle(r=42,fill="#fff6ed", stroke="none") R1=rectangle(w=20,h=80,stroke="#FFFFFF")|repeat(100,rotate(25)) R2= rectangle(w=20,h=100,stroke="#000000")|repeat(100,rotate(25)) R3=rectangle(w=20,h=120)|repeat(100,rotate(25)) R4=rectangle (w=20,h=80)|repeat(100,rotate(-5)|scale(0.92)) R5=rectangle(w=82,h=82,fill="#c71585") show(c21,c20,c19,c18,c17,c16,c15,c14,c13,c12,R1,R2,R3)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login