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
Nicole Ann Jacob
Run
c = circle (r=100,fill='red') show(c) c1=circle(r=80,fill='green') show(c1) p1=point(x=0,y=40) p2=point(x=40,y=-40) p3=point(x=0,y=-40) p4=point(x=-40,y=-40) shape=polygon([p1,p2,p3,p4],fill='red') show(shape) c2=circle(x=0,y=40,r=20,fill='white') show(c2) c3=circle(x=10,y=-30,r=5,fill='gold') show(c3) c4=circle(x=-10,y=-20,r=5,fill='gold') show(c4) c5=circle(x=20,y=-20,r=5,fill='gold') show(c5) c5=circle(x=20,y=-20,r=5,fill='gold') show(c5) c6=circle(x=-5,y=10,r=5,fill='gold') show(c6) c7=circle(x=5,y=-10,r=5,fill='gold') show(c7)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login