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
Pookalam
By
Jemma
Run
#Pookalam s04 = circle(r= 152, fill = "#063e16", stroke = "none") s02 = rectangle(w= 212, h= 212, fill = "yellow", stroke = '#fff315',stroke_width = 2) | repeat(10, rotate(15)) s01 = rectangle(w= 210, h= 210, fill = "purple", stroke ='#ffffe4') | repeat(10, rotate(20)) s03 = rectangle(w= 195, h= 195, fill = "#ff92ce", stroke ='#ff92ce') | repeat(10, rotate(20)) s0 = rectangle(w= 210.5, h= 210.5, fill = "#ffffe4", stroke ="#ffffe4") | repeat(10, rotate(30)) s1 = rectangle(w=200, h=200, fill = "#fff315", stroke = "#fff315") | repeat(9, rotate(30)) s2 = rectangle(w=190, h=190, fill = 'orange', stroke ='orange') | repeat(9, rotate(60)) s3 = rectangle(w=180, h=180, fill = "#ff6b15", stroke ="#ff6b15") | repeat(9, rotate(30)) s31 = rectangle(w=170, h=170, fill = '#ba0505', stroke ='#ba0505') | repeat(9, rotate(60)) s32 = rectangle(w=160, h=160, fill = "#88001b", stroke ="#88001b") | repeat(9, rotate(30)) s4 = circle(x =32, y=0, r = 72, fill = "#ff92ce", stroke = "#fdeca6") | repeat(5,rotate(70)) s41 = circle(x =32, y=0, r = 68, fill = "#063e16", stroke = "#063e16") | repeat(5,rotate(70)) s42 = circle(x =32, y=0, r = 65, fill = "#fdeca6", stroke = "green") | repeat(5,rotate(70)) s5 = circle(x= 50, y = 30, r = 30, fill = "purple", stroke = "purple") | repeat(20, rotate(30)) s51 = circle(x= 50, y = 35, r = 16, fill = "#fff315", stroke = "#fff315") | repeat(5,repeat(9, rotate(11))) s53 = rectangle(x= 35, y=0, w= 28, h= 50, fill= "#063e16",stroke ="#063e16") | repeat(8, rotate(45)) s52 = rectangle(x= 50, y=25, w= 25, h= 35, fill= "#ff6b15",stroke ="#ff6b15") | repeat(21, rotate(18)) s61 = ellipse(w = 65, h =127, fill ="#b31016", stroke = "orange", stroke_width = 4) | repeat(4, rotate(45)) s6 = ellipse(w = 50, h =100, fill ="#ffffe4", stroke = "yellow") | repeat(4, rotate(45)) # s7 = circle(r = 37, fill = "red", stroke = "#f4457c") s8 = circle(x = 125, y=0, r=10, fill ="#087a1b",stroke ="yellow") | repeat(18, rotate(30)) s9 = circle(x = 122, y=0, r=7, fill ="yellow", stroke = "#fff315") | repeat(18, rotate(30)) s10 = circle(x = 120, y=0, r=4, fill ="purple",stroke = "purple") | repeat(18, rotate(30)) s11 = circle(x = 42, y=0, r=2, fill ="purple",stroke ="purple") |repeat(8, rotate(45)) sh1 = rectangle(x=28, y=0, w=15, h=35, fill= "#056922",stroke ="#063e16") | repeat(8, rotate(45)) sh2 = circle(x=25, y=0, r=12.5, fill= "#ffca18", stroke="#ffca18") | repeat(9, rotate(45)) sh3 = ellipse(x=20, y=0, w=20 ,h=12, fill= "#d95471", stroke = '#d95471', stroke_width = 3) | repeat(9, rotate(45)) sh4 = ellipse(x=12, y=0, w=20 ,h=15, fill= "#ff92ce", stroke = "#fff315") | repeat(9, rotate(45)) show(s04,s02,s01,s03,s0,s1,s2,s3,s31,s32,s4,s41,s42,s5,s51,s52,s61,s53,s6,s8,s9,s10,s11) show(sh1,sh2,sh3,sh4)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login