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
VAISAKH BHASI
Run
c = circle(r=150,fill="#240505") show(c) s=rectangle(w=150,h=220, stroke="green") s1=s|repeat(50,rotate(3)) show(s1) e7=ellipse(w=60,h=40,x=80,y=0,stroke="yellow",stroke_width=10,fill="golden") | repeat(20, rotate(30)) show(e7) c2 = circle(r=93,fill="black") show(c2) s2=rectangle(w=120,h=120, stroke="green") s3=s2|repeat(50,rotate(3)) show(s3) e=ellipse(w=40,h=30,x=40,y=0,stroke="yellow",stroke_width=10,fill="golden") | repeat(20, rotate(30)) show(e) c4=circle(r=40,fill="black") c5=circle(r=10,fill="white") c6=circle(r=6,fill="black") e2=ellipse(w=18,h=29,x=0,y=50,fill="green") | repeat(6, rotate(60)) e3=ellipse(w=14,h=29,x=0,y=45,fill="red") | repeat(6, rotate(60)) e4=ellipse(w=15,h=40,x=0,y=22,fill="green") | repeat(12, rotate(30)) e5=ellipse(w=12,h=28,x=0,y=22,fill="red") | repeat(12, rotate(30)) e6=ellipse(w=9,h=16,x=0,y=22,fill="yellow") | repeat(12, rotate(30)) show(c4,c5,c6,e2,e3,e4,e5,e6)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login