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
Darsana M
By
Darsana M
Run
#c = circle(x=0,y=0,r=150,stroke="#880E4F",stroke_width=0.5,fill="#FFFFFF") #show(c) r1= rectangle(w=210,h=210,fill="#4a0101", stroke="none")|repeat(30, rotate(8.5)) show(r1) r2=rectangle(w=50,h=50,stroke="#fafffc")|repeat(10,rotate(10)) show(r2) r3=rectangle(w=200,h=200,stroke="white",fill="white")|repeat(10,rotate(10)) show(r3) s1=ellipse(w=260,h=180,stroke="#f0c622",stroke_width=2,fill="#ffeb36") s2=s1|rotate(45) s3=s1|rotate(90) s4=s1|rotate(135) show(s1,s2,s3,s4) c1=circle(r=100,fill="white",stroke="none") show(c1)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login