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
BrightenCircle
By
Pratheek Rao K B
Run
p1 = point(x=-100,y=-100) p2 = point(x=100,y=-100) p3 = point(x=0,y=100) shape1 = polygon([p1,p2,p3], stroke_width=3) shape2 = shape1 | rotate(180) c = circle(x=0,y=0,r=143,stroke="red",stroke_width=10,fill="lightblue") shape = c + shape1 + shape2 show(shape)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login