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
Ansaf Sajid
Run
def randcolor(): r=random(255) g=random(255) b=random(255) return color(r=r,g=g,b=b) c1 = circle(r=25, x=-125, y=125,fill=randcolor()) c2 = circle(r=25, x=-125, y=75,fill=randcolor()) c3 = circle(r=25, x=-125, y=25,fill=randcolor()) c4 = circle(r=25, x=-125, y=-25, fill=randcolor()) c5 = circle(r=25, x=-125, y=-76, fill=randcolor()) c6 = circle(r=25, x=-125, y=-125, fill=randcolor()) c7 = circle(r=25, x=-75, y=125, fill=randcolor()) c8 = circle(r=25, x=-75, y=75, fill=randcolor()) c9 = circle(r=25, x=-75, y=25,fill=randcolor()) c10 = circle(r=25, x=-75, y=-25,fill=randcolor()) c11 = circle(r=25, x=-75, y=-75,fill=randcolor()) c12 = circle(r=25, x=-75, y=-125, fill=randcolor()) c13 = circle(r=25, x=-25, y=-125, fill=randcolor()) c14 = circle(r=25, x=-25, y=-75,fill=randcolor()) c15 = circle(r=25, x=-25, y=-25, fill=randcolor()) c16 = circle(r=25, x=-25, y=25, fill=randcolor()) c17 = circle(r=25, x=-25, y=75, fill=randcolor()) c18 = circle(r=25, x=-25, y=125,fill=randcolor()) c19 = circle(r=25, x=25, y=-125, fill=randcolor()) c20 = circle(r=25, x=25, y=-75, fill=randcolor()) c21 = circle(r=25, x=25, y=-25, fill=randcolor()) c22 = circle(r=25, x=25, y=25, fill=randcolor()) c23 = circle(r=25, x=25, y=75, fill=randcolor()) c24 = circle(r=25, x=25, y=125, fill=randcolor()) c25 = circle(r=25, x=75, y=-125, fill=randcolor()) c26 = circle(r=25, x=75, y=-75, fill=randcolor()) c27 = circle(r=25, x=75, y=-25, fill=randcolor()) c28 = circle(r=25, x=75, y=25, fill=randcolor()) c29 = circle(r=25, x=75, y=75, fill=randcolor()) c30 = circle(r=25, x=75, y=125, fill=randcolor()) c31 = circle(r=25, x=125, y=-125,fill=randcolor()) c32 = circle(r=25, x=125, y=-75,fill=randcolor()) c33 = circle(r=25, x=125, y=-25,fill=randcolor()) c34 = circle(r=25, x=125, y=25,fill=randcolor()) c35 = circle(r=25, x=125, y=75,fill=randcolor()) c36 = circle(r=25, x=125, y=125,fill=randcolor()) show(c1, c2, c3, c4,c5, c6, c7, c8, c9, c10,c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30,c31, c32, c33, c34,c35,c36)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login