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
Adithya A S
Run
c = circle(r=145,fill="#ff6700",stroke="none") show(c) c1 =circle(r=125,fill="yellow",stroke="none") show(c1) c2 =circle(r=105,fill="green",stroke="none") show(c2) c3 =circle(r=85,fill="#800517",stroke="none") show(c3) c1 = circle(x=-50, y=0, r=50,fill="#ff1493",stroke="none") c2 = circle(x=50, y=0, r=50,fill="#ff1493",stroke="none",) c3 = circle(x=0, y=50, r=50,fill="#ff1493",stroke="none") c4 = circle(x=0, y=-50, r=50,fill="#ff1493",stroke="none") show(c1, c2,c3, c4) c5 = circle(x=0, y=-20, r=20,fill="red",stroke="none") c6 = circle(x=0, y=20, r=20,fill="red",stroke="none") c7 = circle(x=20, y=0, r=20,fill="red",stroke="none") c8 = circle(x=-20, y=0, r=20,fill="red",stroke="none") show(c5,c6,c7,c8)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login