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
wip
By
Elizabeth Rachel Yohannan
Run
f1= color(r=66,g=67,b=27,a=0.3) c1= circle(r=100, fill = f1, stroke = "none") f2= color(r=149,g=147,b=68,a=0.3) c2= circle(r=95, fill = f1, stroke = "none") f3= color(r=149,g=147,b=68,a=0.3) c3= circle(r=90, fill = f1, stroke = "none") f4= color(r=149,g=147,b=68,a=0.3) c4= circle(r=85, fill = f1, stroke = "none") f5= color(r=149,g=147,b=68,a=0.3) c5= circle(r=80, fill = f1, stroke = "none") f6= color(r=149,g=147,b=68,a=0.3) c6= circle(r=75, fill = f1, stroke = "none") f7= color(r=149,g=147,b=68,a=0.3) c7= circle(r=70, fill = f1, stroke = "none") f8= color(r=149,g=147,b=68,a=0.3) c8= circle(r=65, fill = f1, stroke = "none") f9= color(r=149,g=147,b=68,a=0.3) c9= circle(r=60, fill = f1, stroke = "none") f10= color(r=149,g=147,b=68,a=0.3) c10= circle(r=55, fill = f1, stroke = "none") f11= color(r=149,g=147,b=68,a=0.3) c11= circle(r=50, fill = f1, stroke = "none") f12= color(r=149,g=147,b=68,a=0.3) c12= circle(r=45, fill = f1, stroke = "none") f13= color(r=149,g=147,b=68,a=0.3) c13= circle(r=40, fill = f1, stroke = "none") f14= color(r=149,g=147,b=68,a=0.3) c14= circle(r=35, fill = f1, stroke = "none") f15= color(r=149,g=147,b=68,a=0.3) c15= circle(r=30, fill = f1, stroke = "none") show(c1,c2,c3,c4,c5,c6,c7,c8,c9,c10,c11,c12,c13,c14,c15) e1= color(r=36, g=35, b=11, a=0.3) w1= circle(r=29, fill=e1,stroke="none") w2= circle(r=26, fill=e1,stroke="none") w3= circle(r=24, fill=e1,stroke="none") w4= circle(r=22, fill=e1,stroke="none") w5= circle(r=20, fill=e1,stroke="none") w6= circle(r=17, fill=e1,stroke="none") w7= circle(r=15, fill=e1,stroke="none") w8= circle(r=10, fill=e1,stroke="none") show(w1,w2,w3,w4,w5,w6,w7,w8)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login