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_Fz
By
Mohammed Fayiz
Run
bg= rectangle(w=300,h=300,fill="white") a = ellipse(w=300,h=30,fill="#70e000",stroke_width=0.4)|repeat(30,rotate(20)) b = a|repeat(4,rotate(15)) c = ellipse(w=260,h=30,fill="#f72585",stroke_width=0.4)|repeat(30,rotate(20)) d = c|repeat(3,rotate(15)) e = ellipse(w=220,h=20,fill="#ffff3f",stroke_width=0.4)|repeat(20,rotate(20)) f = e|repeat(3,rotate(15)) g = rectangle(w=120,h=120,fill="#ff0000")|repeat(73,rotate(111)) h = ellipse(w=135,h=60,fill="#f3de2c",stroke="none")|repeat(10,rotate(40)) flower=combine([a,b,c,d,e,f,g,h]) i = circle(r=40,fill="yellow",stroke="none") j = ellipse(w=110,h=10,fill="#9fd71c",stroke_width=0.2)|repeat(30,rotate(10)) k = circle(r=30,fill="white",stroke="none") l = rectangle(w=50,h=50,fill="#ff006e")|repeat(25,scale(0.8)) m = l|repeat(10,rotate(111)) n = circle(r=20,fill="#fb7a2c") o = circle(r=10,fill="#fffd82",stroke="none") p = circle(r=5,fill="#89fc00",stroke="none") bud=combine([j,i,k,m,n,o,p]) show(bg,flower,bud)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login