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
Malavika Unni
Run
c7 =circle(r=155,fill='#8aff05',stroke="#8aff05", stroke_width=2) show(c7) c5= circle(r=150,fill='#240201', stroke="none") show(c5) r1 = rectangle(w=200, h=200, fill="#a30b08",stroke="none") | repeat(12, rotate(60)) r1 = r1 | rotate (45) show(r1) r2 = rectangle(w=195, h=195, fill="#ff7105",stroke="none") | repeat(12, rotate(60)) r2 = r2 | rotate (90) show(r2) r3 = rectangle(w=180, h=180, fill="#ffd105",stroke="none") | repeat(12, rotate(60)) r3 = r3 | rotate (45) show(r3) r4 = rectangle(w=175, h=175, fill="white",stroke="none") | repeat(12, rotate(60)) r4 = r4 | rotate (90) show(r4) e2 = ellipse(w=200, h= 200/3, fill="#ff6f00", stroke="none")|repeat(9,rotate(angle=20)) show(e2) c6 =circle(r=82,fill='#05eeff',stroke="#05eeff", stroke_width=5) show(c6) c4 =circle(r=77,fill='#fff705', stroke="none") show(c4) s1=rectangle(w=110,h=110,fill='#1dde23', stroke="none") show(s1) p1=point(x=0,y=78) p2=point(x=-78,y=0) p3=point(x=0,y=-78) p4=point(x=78,y=0) s1=polygon([p1,p2,p3,p4],fill='#de1da7', stroke="none") show(s1) c3 = circle(r=55,fill='#ff5c21', stroke="none") show(c3) c2 = circle(r=50,fill='#ffde21', stroke="none") show(c2) e = ellipse(w=15, h= 100, fill='#8d40db', stroke="none")|repeat(13,rotate(angle=20)) show(e) p1=point(x=0,y=35) p2=point(x=-35,y=0) p3=point(x=0,y=-35) p4=point(x=35,y=0) s3=polygon([p1,p2,p3,p4],fill='#de1da7', stroke="none") show(s3) s2=rectangle(w=35,h=35,fill='#6b6665', stroke="none") show(s2) e3 = ellipse(w=30, h= 30/3, fill="#fffa73", stroke="none")|repeat(9,rotate(angle=20)) show(e3) c = circle(r=10,fill='#eb1010', stroke="none") show(c) d= circle(r=5,fill='white', stroke="none") show(d)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login