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
Simple
By
Faiz
Run
c = circle(x=0, y=0,r=125) c1 = circle(x=0, y=0,r=5, fill="yellow", stroke_width=0.5) c2 = circle(x=25, y=25,r=20, fill="purple") | repeat(6,rotate(60)) c3 = circle(x=0, y=0, r=85, fill="blue") s1 = rectangle(x=48, y=30, h=70, w=70, fill="#A92822") | rotate(45) | repeat(18, rotate(20)) s2 = rectangle(x=48, y=30, h=70, w=70, fill="indigo") | rotate(55) | repeat(18, rotate(20)) e2 = ellipse(x=20, y=0, h=20, w=80, fill="orange") | rotate(75) | repeat (90, rotate(65)) e1 = ellipse(x=10, y=0, h=13, w=25, fill="pink", stroke_width=0.5) | repeat(11,rotate(34)) show(c, s2, s1, c3, e2, c2, e1, c1)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login