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
Anwar sadiq
Run
c = circle(r=150) c4 = circle(x=75, y=75, r=25, fill="green") |repeat(6, rotate(60)) c1 = circle(x=100, y=25, r=45, fill="black") | repeat(6, rotate(60)) e = ellipse(x=100, y=0, w=75, h=35, fill="yellow") |repeat(6, rotate(60)) e1 = ellipse(x=100, y=20, w=90, h=35, fill="orange") | repeat(6, rotate(60)) e2 = ellipse(x=100, y=35, w=85, h=35, fill="yellow") | repeat(6, rotate(60)) e3 = ellipse(x=100, y=50, w=72, h=35, fill="orange") | repeat(6, rotate(60)) c2 = circle(x=100, y=25, r=15, fill="green") | repeat(6, rotate(60)) c3 = circle(r=100, fill="green") c5 = circle(r=20, fill="purple") a = ellipse(w=190, h=50, fill="#3366FF") a1 = ellipse(w=190, h=50, fill="#66FFCC") | rotate(30) show(c, c4, c1, e, e1, e2, e3, c2, c3, a, a1, c5)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login