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
Fork of Pookalam by Rohit
By
Anand Chitipothu
Run
# Variation of Pookalam by Rohit T # https://mon.school/sketches/47281 bud = circle(r=20,fill="#FFFF99") petal1 = ellipse(y=60,w=20,h=100,stroke="#00000",stroke_width = 2,fill="#FB5F00") petal2 = ellipse(y=40,w=20,h=50,stroke="#00000",stroke_width = 1,fill="#2A7BF7") petals = (petal1+petal2 | repeat(50,rotate(161))) flower =(bud+petals) | scale(0.4) flower_ring = flower | translate(x=105) | repeat(8,rotate(45)) bg = rectangle(x=0,y=0,h=300,w=300,fill="#FFFF99") show(bg) pookalam = flower_ring | repeat(20, scale(0.8) | rotate(45/2)) show(pookalam)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login