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
Pratheek Rao K B
Run
print("A = {1,2,3,4,5}") print("B = {2,4,6,8,10}") fill_red = color(r=255, g=0, b=0, a=0.5) fill_green = color(r=0, g=255, b=0, a=0.5) c1 = circle(x=-50, y=0, r=100, fill=fill_red) c2 = circle(x=50, y=0, r=100, fill=fill_green) show(c1, c2)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login