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
Nadeem
Run
p1 = point(x=-25, y=0) p2 = point(x=0, y=100) p3 = point(x=25, y=0) p4 = point(x=0, y=-100) shape1 = polygon([p1, p2, p3, p4], fill="gold", stroke="black") shape2 = shape1 | rotate(45) shape3 = shape1 | rotate(90) shape4 = shape1 | rotate(135) show(shape1, shape2, shape3, shape4)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login