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
Dhilshad P A
Run
bud = circle(r=20,fill="#F00Fff") petal1 = ellipse(y=60,w=20,h=100,stroke="#00000",stroke_width = 1,fill="#F83518") 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.25) flower_ring = flower | translate(x=30,y=30) | repeat(8,rotate(45)) flowerbed = flower num_layers = 5 for i in range(num_layers): flowerbed = (flower_ring | scale(2**i) | rotate(30 * i%2)) +flowerbed show(rectangle(x=0,y=0,h=300,w=300,fill="#FFFF99"),flowerbed | scale(2**(2-num_layers)))
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login