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
Rajath T
Run
c1 = circle(r=10,x=10) z = line(x1=0, y1=0, x2=100, y2=100) p1 = point(x=0, y=0) p2 = point(x=100, y=0) p3 = point(x=0, y=100) shape = polygon([p1, p2, p3],stroke="none", fill="red") c = circle(fill="pink") r = rectangle(x=0,y=0,h=50,w=50) r1 = rectangle(x=-75,y=75,h=150,w=150,stroke="none", fill="red") c2 = circle(r=50, fill="red", stroke="none") c3 = circle(r=75, stroke_width=3) show(shape)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login