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
Sarin M
Run
def corona(x,y,size): body= circle (x=x,y=y,r=size) r1= rectangle (x=x,y=y+size*1.5,w=size/2,h=size+size/3) r2= rectangle (x=x,y=y-size*1.5,w=size/2,h=size+size/3) r3= rectangle (x=x,y=y+size*1.5,w=size/2,h=size+size/3)|rotate(90) return body+r1+r2 corona=corona(5,10,15) show(corona)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login