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
5
Christmas Bauble
By
Riya
Run
handle = rectangle(w=50, h=100/3, x=0, y=100, stroke="none", fill="gold") ring = circle(r=15, stroke="gold", stroke_width=5, x=0, y=120) baseCircle = circle(fill='purple', stroke="none", r=100) color1 = color(r=0, g=0, b=0, a=0.1) shadeTint = circle(fill=color1, stroke="none", r=100) innerCircle = circle(fill="purple", stroke = "none", r=100/1.2, x=-10, y=13) color2 = color(r=255, g=255, b=255, a=0.5) edgeCircle = circle(fill=color2, stroke="none", r=25, x=-50, y=40) show(ring,handle,baseCircle,shadeTint,innerCircle,edgeCircle)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login