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
Hari Prasad
Run
c = circle(r=150,stroke_width=-10,stroke="orange") c2 = circle(r=150,fill="orange") c3 = circle(x=50,y=-50,r=70,fill="yellow")|repeat(10,rotate(45)) c4 = circle(x=50,y=-50,r=60,fill="red")|repeat(10,rotate(45)) c5 = circle(x=50,y=-50,r=50,fill="maroon")|repeat(10,rotate(45)) show(c,c2,c3,c4,c5) r2 = rectangle(w=160,h=160,fill="indigo")|repeat(36,rotate(10)) show(r2) c7 = circle(x=0,y=0,r=100,fill="orange") show(c7) r3 = rectangle(w=140,h=140,fill="indigo")|repeat(36,rotate(10)) r4 = rectangle(w=120,h=120,fill="indigo")|repeat(36,rotate(10)) show(r3,r4) c8 = circle(x=0,y=0,r=75,fill="orange") show(c8) e = ellipse(h=150,w=30,fill="#006400")|repeat(20,rotate(30)) show(e) c6 = circle(x=0,y=0,r=30,fill="red") show(c6) e = ellipse(h=60,w=12,fill="#9637bf")|repeat(20,rotate(30)) show(e) c7 = circle(x=0,y=0,r=12,fill="#191970") show(c7)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login