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
Pooookalam
By
Elsa Joseph
Run
#covid c5=circle(r=135,fill="#132e3deb") l1=line(x1=131,y1=0, x2=145,y2=0,stroke="red")|repeat(400,rotate(2)) l2=line(x1=120,y1=0, x2=129,y2=0,stroke="red")|repeat(250,rotate(4)) v=combine([c5,l1,l2]) # c4=circle(r=112,fill="#bcb9b999") #pokalam c2=circle (r=112,fill="yellow") e = ellipse(w=20, h=8,fill="red",stroke="red") | repeat(5, rotate(72)) e1= e | translate(x=93, y=0) f=e1|repeat(10, rotate(36)) c3=circle(x=93, y=0,r=2,fill="#bcb9b999",stroke="#bcb9b999") c=c3|repeat(10, rotate(36)) s=combine([f,c]) #sadhya c1 = circle(r=65, fill="white",stroke="white") shape = rectangle(w=100, h=80,fill="green") | repeat(6, rotate(10)) c5 = ellipse(y=-5,w=50, h=35, fill="white",stroke="white")|rotate(25) c6= circle(y=30,r=5, fill="orange",stroke="orange") c8= circle(x=-20,y=25,r=5, fill="white",stroke="white") c7= circle(x=20,y=30,r=5, fill="red",stroke="red") show(v,c2,c1,s) show(shape,c5,c6,c7,c8) show(c4)