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
Python
By
Edwin Alex Shaji
Run
e1 =ellipse(x=0, y=125, w=150, h=50, fill="#4B8BBE", stroke="none") e2 =ellipse(x=0, y=-125, w=150, h=50, fill="#FFD43B", stroke="none") e3 =ellipse(x=125, y=0, w=50, h=150, fill="#FFD43B", stroke="none") e4 =ellipse(x=-125, y=0, w=50, h=150, fill="#4B8BBE", stroke="none") r1 =rectangle(x=0, y=75, w=150, h=100, fill="#4B8BBE", stroke="none") r2 =rectangle(x=0, y=-75, w=150, h=100, fill="#FFD43B", stroke="none") r3 =rectangle(x=100, y=0, w=50, h=150, fill="#FFD43B", stroke="none") r4 =rectangle(x=-100, y=0, w=50, h=150, fill="#4B8BBE", stroke="none") r11 =rectangle(x=25, y=50, w=50, h=100, fill="#4B8BBE", stroke="none") r12 =rectangle(x=-25, y=-50, w=50, h=100, fill="#FFD43B", stroke="none") r13 =rectangle(x=-37.5, y=25, w=75, h=50, fill="#4B8BBE", stroke="none") r14 =rectangle(x=37.5, y=-25, w=75, h=50, fill="#FFD43B", stroke="none") c1 =circle(x=-50, y=-25, r=25, fill="#FFD43B", stroke="none") c2 =circle(x=50, y=25, r=25, fill="#4B8BBE", stroke="none") c3 =circle(x=-45, y=115, r=12.5, fill="white", stroke="none") c4 =circle(x=45, y=-115, r=12.5, fill="white", stroke="none") l1 =line(x1=-75, y1=0, x2=75, y2=0, stroke="white", stroke_width="3") l2 =line(x1=75, y1=0, x2=75, y2=200, stroke="white", stroke_width="3") l3 =line(x1=-75, y1=0, x2=-75, y2=-200, stroke="white", stroke_width="3") l4 =line(x1=0, y1=75, x2=-200, y2=75, stroke="white", stroke_width="3") l5 =line(x1=0, y1=-75, x2=200, y2=-75, stroke="white", stroke_width="3") show(e1, e2, e3, e4) show(r1, r2, r3, r4) show(r11, r12, r13, r14) show(c1, c2, c3, c4) show(l1, l2, l3, l4, l5)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login