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
Sravan s
Run
c = circle(r=145,stroke="orange",stroke_width=6,fill="#e6f760") show(c) show(rectangle(w = 200,h =200,fill="#03fcec",stroke="grey",stroke_width=2 )|repeat(40,rotate(10))) c9=ellipse (w=270,h=50,fill="red",stroke="green",stroke_width=2) | repeat (25,rotate (10)) show(c9) c1 = circle(r=120,stroke="green",stroke_width=8,fill="#5bebaa") show(c1) p1 = point(x=-30, y=0) p2 = point(x=116, y=0) shape = polygon([p1, p2] )| repeat (160,rotate (7)) show(shape) shape4 = rectangle(w=150, h=150 , stroke="#9cecf0",fill="#f5f75e",stroke_width=3) | repeat(250, rotate(40)) show(shape4) e = ellipse(h=150,w=13,x=0,y=40,stroke="yellow",stroke_width=3,fill="#cf1b4e") c = circle(r=30)+circle(r=36)+circle(r=56.5)+circle(r=84.6) z=circle(x=100,y=0,r=5) shape= e show(shape | repeat(50,rotate(9))) r1 = rectangle(x=-30,y=30,w=40,h=40,fill="#16c43b")|repeat (25,rotate (15)) show(r1) show(rectangle(w = 95,h =50,fill="blue")| repeat(90,rotate(25))) show(rectangle(w = 75,h =16,fill="red")| repeat(90,rotate(25))) shape = rectangle(w=37,h=35)| repeat(10, rotate(10)) show(shape) c8= circle(r=19, stroke="yellow",fill="#28d1ce") show(c8) flower = ellipse(w=50,h=7, fill="#fcfcfc") | (repeat(9, rotate(30))) | scale(0.7) show(flower) c4 =circle(r=2) show(c4)