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
Amulya P
Run
c = circle(x=0,y=0,r=150,fill="orange",stroke="black",stroke_width=5) c1 = circle(x=0,y=0,r=100,fill="blue") c2 = circle(x=0,y=0,r=71,fill="purple") c3 = ellipse(x=0,y=0,w=300,h=100,fill="red",stroke="green",stroke_width=3) | repeat(50, rotate(25)) z1 = point(x=0,y=100) z2 = point(x=-100,y=0) z3 = point(x=0,y=-100) z4 = point(x=100,y=0) shape = polygon([z1,z2,z3,z4],fill="orange") | repeat(20, rotate(20)) c4 = ellipse(w=142,h=5,fill="yellow") | repeat(100, rotate(5)) c5 = c2 | scale(0.5) show(c3,c1,shape,c2,c4,c5)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login