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
New Sketch
By
VYSHAKH G NAIR
Run
c1=circle(r=125,stroke="#011636",fill='#403f3b')|repeat(10,rotate(0)) c2=circle(r=105,stroke="#c73432",fill='#d4cc5b')|repeat(10,rotate(0)) show(c1) def square(color, side): return rectangle(w=side, h=side, fill=color, stroke='none') b1=square(side=175,color='#c73432') | repeat(15, rotate(15)) b2=square(side=130,color='#f0d211') | repeat(15, rotate(15)) show(b1) show(c2) show(b2) c3=circle(x=50,y=0,r=50,fill='#de4573')|repeat(5,rotate(70)) show(c3)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login