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
Concentric Palette
By
Shimil Shaji Abraham
Run
red = "#e63946" white = "#f1faee" l_blue = "#a8dadc" blue = "#457b9d" d_blue = "#1d3557" c = circle(r=10, stroke="none", fill=red) i = 30 while i<200: c1 = circle(r=i, stroke="none", fill=red) i+=20 c2 = circle(r=i, stroke="none", fill=white) i+=20 c3 = circle(r=i, stroke="none", fill=l_blue) i+=20 c4 = circle(r=i, stroke="none", fill=blue) i+=20 c5 = circle(r=i, stroke="none", fill=d_blue) i+=20 c = combine([c5,c4,c3,c2,c1,c]) show(c)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login