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
Anjaly K
Run
c = circle(r=100,fill="orange", stroke="brown", stroke_width=5) c1 = ellipse(w=200, h=10, fill = "red", stroke= "white",stroke_width=2) | repeat(60, rotate(20)) c2 = rectangle(w=100,h=100, fill="yellow",stroke= "yellow") | repeat(20, rotate (20)) c3 = circle(r=50, fill="green", stroke= "yellow", stroke_width=3) c4 = ellipse(w=100, h=5, fill= "violet", stroke= "yellow") | repeat(50, rotate(10)) c5 = rectangle(w=55,h=55,fill= "orange", stroke= "white") |repeat(20, rotate(20) |scale (0.9)) c6 = ellipse(w=25, h=5) | repeat(70, rotate(50)) show(c,c1,c2,c3,c4,c5,c6)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login