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
Brinda_2024_sh
By
Brinda
Run
c1=circle(x=0,y=40,r=10,fill="yellow",stroke="none")|repeat(20,rotate(20)) c2=circle(x=0,y=0,r=20,fill="orange",stroke="none") c3=circle(x=0,y=0,r=5,fill="brown",stroke="none") c4=circle(x=0,y=0,r=80,stroke="red",stroke_width=5) c5=circle(x=0,y=0,r=90,stroke="green",stroke_width=5) c6=circle(x=12,y=70,r=3,fill="purple",stroke="none")|repeat(20,rotate(20)) r1=rectangle(x=0,y=10,w=5,h=5,fill="red",stroke="brown")|repeat(20,rotate(20)) r2=rectangle(x=0,y=50,w=10,h=10,fill="green",stroke="red")|repeat(38,rotate(10)) r3=rectangle(x=0,y=105,w=20,h=20,fill="tomato",stroke="red")|repeat(40,rotate(10)) l=polygon([point(x=-10,y=55),point(x=0,y=80),point(x=10,y=55)],fill="red",stroke="brown")|repeat(30,rotate(20)) show(c1,c2,c3,r1,r2,l,c4,c5,c6,r3)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login