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
Deepika S R
Run
fill = color(r=255,g=255,b=0) shape = ellipse(x=0,y=75,w=100,h=150,fill=fill,stroke="red",stroke_width=5) | repeat(4, rotate(45)) show(shape) fill = color(r=255,g=255,b=0) shape = ellipse(x=0,y=-75,w=100,h=150,fill=fill,stroke="red",stroke_width=5) | repeat(4, rotate(45)) show(shape) fill = color(r=255,g=255,b=0) c = circle(r= 106,fill=fill, stroke="none") show(c) fill = color(r=0,g=255,b=0) r2 = rectangle(w=150,h=150,fill =fill, stroke = "none")|(rotate(45)) show(r2) fill = color(r=255,g=255,b=0) r1 = rectangle(w=150,h=150,fill = fill,stroke="none") show(r1) fill = color(r= 260,g= 150,b=0) shape = circle(x=35,y=87,r=8,fill=fill) | repeat(8,rotate(45)) show(shape) s1 = circle(x=50, y=0,r=5,fill=color(r=225,g=50,b=225))| repeat(36, rotate(10)) show(s1) s2 = circle(x=70, y=0,r=5,fill=color(r=255,g=160,b=0))| repeat(36, rotate(10)) show(s2) fill = color(r= 260,g= 150,b=0) s3 = rectangle(x=68,y=65,w=8,h=8,fill=fill) | repeat(4,rotate(90)) show(s3) fill=color(r=255,g=0,b=0) shape = circle(x=115, y=0, r=12,fill =fill) | repeat(18, rotate(20)) show(shape) fill=color(r=255,g=255,b=220) shape = circle(x=115, y=0, r=5,fill =fill) | repeat(36, rotate(10)) show(shape)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login