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
Edwin Liby
By
Edwin liby
Run
c = circle(r=150,fill="orange",stroke="white") show(c) def square(w,h): return rectangle(w=w, h=w, fill=h, stroke="none") l1 = square(w=208,h="white") | repeat(10, rotate(10)) l2 = square(w=190,h="black") | rotate(5)|repeat(10, rotate(10)) show(l1,l2)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login