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
pookkalam
By
Anand
Run
shape1 = rectangle(w=200, h=200, fill = "darkred", stroke_width = 0) | repeat(9, rotate(10)) shape11 = rectangle(w=180, h=180, fill = "red", stroke_width = 0) | repeat(9, rotate(10)) shape111 = rectangle(w=160, h=160, fill = "orange", stroke_width = 0) | repeat(9, rotate(10)) shape2 = circle(x=0, y=0, r=50, fill = "yellow", stroke = "#fcdb03", stroke_width = 4) shape3 = ellipse(x=0, y=0, w=30, h=200, fill = "red", stroke = "#ad0502", stroke_width = 3) | repeat(20, rotate(10)) shape4 = circle(x=0, y=0, r=40, fill = "#ff6303",stroke_width = 0) shape5 = circle(r=30, fill = "yellow", stroke_width = 0) show(shape1,shape11,shape111,shape3,shape4,shape5,shape2)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login