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
pookalam
By
Ahmed awad
Run
s1 =rectangle(h=300, w=300, fill="black") show(s1) c1 = circle(r=150, fill="purple") c2 = circle(r=140, fill="green") c3 = circle(r=130, fill="red") c4 = circle(r=120, fill="blue") c5 = circle(r=110, fill="yellow") c6 = circle(r=100, fill="pink") c7 = circle(r=90, fill="white") show(c1,c2,c3,c4,c5,c6,c7) c1 = circle(x=50, y=50, r=50, fill="purple") c2 = circle(x=-50, y=-50, r=50, fill="purple") c3 = circle(x=50, y=-50, r=50, fill="pink") c4 = circle(x=-50, y=50, r=50, fill="pink") show(c1,c2,c3,c4) c1 = circle(x=-50, y=0, r=50, fill="green") c2 = circle(x=50, y=0, r=50, fill="green") c3 = circle(x=0, y=-50, r=50, fill="darkred") c4= circle(x=0, y=50, r=50, fill="darkred") c5 = circle(r=50) show(c1,c2,c3,c4,c5) s1 = ellipse(w=200, h=100, fill="darkblue") s2 = ellipse(w=100, h=200, fill="darkorange") show(s1,s2) c1 = circle(r=50, fill="yellow") show(c1)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login