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
7
ANJANA S NAIR_2024_MEC(DESIGN 1)
By
ANJANA NAIR
Run
s4=circle(x=0,y=0,r=142,fill='yellow',stroke='crimson',stroke_width=8) show(s4) s1=rectangle(w=173,h=173,stroke='brown')|repeat(100,rotate(2)) show(s1) s3=circle(x=130,y=0,r=5,fill='red')|repeat(36,rotate(10)) show(s3) c = circle(x=0,y=0,r=110,fill='crimson',stroke='orange',stroke_width=7) show(c) r=rectangle(w=145,h=145,fill="tomato",stroke="none")|rotate(45)|repeat(12,rotate(18)) show(r) r1=rectangle(w=130,h=130,fill="white",stroke="none")|rotate(45)|repeat(12,rotate(18)) show(r1) c1 = circle(x=0,y=0,r=79,stroke='orangered',stroke_width=7) show(c1) e=ellipse(w=150,h=30,fill='darksalmon',stroke='bisque')|rotate(25)|repeat(36,rotate(25)) show(e) e1=ellipse(w=130,h=20,fill='indianred',stroke='bisque')|rotate(27)|repeat(36,rotate(27)) show(e1) c = circle(x=0,y=0,r=47,fill='yellow',stroke='crimson',stroke_width=8) show(c) shape=circle(x=30,y=0,r=15,stroke='coral',stroke_width=1)|repeat(36,rotate(10)) show(shape) s=circle(r=20, x=50,stroke='red')|repeat(5, rotate(5)|scale(0.985)) angle=360/5 s=s|scale(0.25)|translate(x=1)|repeat(15, rotate(angle))|repeat(10, scale(0.6)|rotate(angle/2)) show(s) print('HAPPY ONAM')
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login