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
Kaustubh Patil
Run
black = "#000000" white = "#FFFFFF" red = "#FF0000" green = "#00FF00" blue = "#0000FF" def white_circle(): return circle(r=30, fill=white) w2 = circle (r = 140,fill=blue) show(w2) c = circle (r = 110, fill=black) show(c) sr = rectangle (w=200,h=200,fill=red) show(sr) small_circle = circle (r =30,fill=white) show(small_circle) circle_left = white_circle() | translate(x=-80, y=0) show(circle_left)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login