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
Vishnu S
Run
ci = circle(r=10,fill="red") pis = ellipse(w=80,h=10,fill="orange") pis2 = pis | repeat(10,rotate(20)) inner_cir = circle(r=50,fill="#761717") #inner sqr rect = rectangle(w=100,h=100,fill="#10B1AD") rect_rep = rect | repeat(20,rotate(15)) #inner eli el = ellipse(w=200,h=60,fill="#208E0B") el_rep = el | repeat(30,rotate(10)) #eli elip = ellipse(w=300,h=100,fill="yellow") elip_rep = elip | repeat(52,rotate(13)) #show show(elip_rep,el_rep,el,rect_rep,inner_cir,pis2,ci)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login