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
eval-apply
By
Anand Chitipothu
Run
d1 = """ M50 100 A 30 30 0 1 1 150 100 A 15 15 0 1 0 100 100 A 15 15 1 0 1 50 100 """ s1 = Shape("path", d=d1, fill="none", stroke="black") | translate(x=-100, y=-100) s2 = Shape("path", d=d1, fill="#eee", stroke="black") | translate(x=-100, y=-100) | rotate(180) s = (s1 + s2) | scale(2) show(s)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login