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
Corona
By
Sarin M
Run
def corona(x,y): c1= circle(x=x,y=y,r=10,stroke='none',fill='#000080') c2= circle(x=x,y=y+20,r=5,stroke='none',fill='#000080') | repeat(8, rotate(45)) r= rectangle(x=x,y=y+13,w=5,h=10,stroke='none',fill='#000080') | repeat(8,rotate(45)) return c1+r+c2 corona = corona(0,0) show(corona)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login