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
Renuka TR
Run
r1= rectangle(x=-6, y=9,w=15,h=6,fill="cyan") r2= rectangle(x=10, y=9,w=8,h=6,fill="blue") r3= rectangle(x=11, y=-1,w=28,h=6,fill="yellow")| translate(x=-10,y=0) r4= rectangle(x=-8, y=-11,w=10,h=6,fill="red") r5= rectangle(x=3, y=-11,w=4,h=6,fill="lime") r6= rectangle(x=11, y=-11,w=4,h=6,fill="green") r7= rectangle(x=2, y=8,w=32,h=35,fill="white",stroke="none") c1=circle(r=20,fill="white") c2=circle(r=25,fill="green") c3=circle(r=30,fill="yellow") r8=rectangle(w=60,h=60,fill="black")| repeat(4,rotate(45)) r9=rectangle(w=30,h=85,fill="red")| repeat(2,rotate(90)) #r10=rectangle(w=30,h=85,fill="yellow")| repeat(2,rotate(135)) c4=circle(r=44,fill="yellow") c5=circle(r=49,fill="green") shape1 = rectangle(w=100,h=100,stroke="red",stroke_width=2,fill="yellow")| repeat(10, rotate(80)) c10 = color(r=0,g=250,b=250,a=0.5) r10=rectangle(w=100,h=100,fill=c10) r29=rectangle(w=50,h=105,fill="yellow") | repeat(20,rotate(10)) c6=circle(r=72,stroke="red",stroke_width=2) c11 =circle(r=77,stroke="red",stroke_width=2) #H r11 = rectangle(w=5,h=20,fill="green",stroke="none") r12 = r11 | translate(x=-101, y=110,) r13 = r11 | translate(x=-90, y=110,) r14 = rectangle(x=-95, y=110,w=9,h=5,fill="green",stroke="none") # A r15 = r11 | translate(x=-80,y=110) r18 = rectangle(x=-76, y=119,w=13,h=3,fill="green",stroke="none") r17 = rectangle(x=-75, y=110,w=5,h=5,fill="green",stroke="none") r16 = r11 | translate(x=-70,y=110) # p r19 = r11 | translate(x=-60,y=110) c7=circle(x=-55, y=113,r=7,fill="green",stroke="none") # p r20 = r11 | translate(x=-43,y=110) c8 = circle(x=-38, y=113,r=7,fill="green",stroke="none") # Y z = line(x1=-29,y1=118,x2=-20,y2=111,stroke_width=5,stroke="green") z1 = line(x1=-19,y1=111,x2=-9,y2=118,stroke_width=5,stroke="green") z2 = line(x1=-19,y1=111.5,x2=-19,y2=99,stroke_width=5,stroke="green") # O c9 = ellipse(x=10, y=110,w=18,h=20,fill="green",stroke="none") # n r21 = r11 | translate(x=25,y=110) z3 = line(x1=25,y1=118,x2=37,y2=101,stroke_width=5,stroke="green") r22 = r11 | translate(x=37,y=110) # A r23 = r11 | translate(x=45,y=110) r24 = rectangle(x=50, y=118,w=13,h=3,fill="green",stroke="green") r25 = rectangle(x=50, y=110,w=5,h=5,fill="green",stroke="green") r26 = r11 | translate(x=55,y=110) # M r27 = r11 | translate(x=65,y=110) z4 = line(x1=65,y1=118,x2=75,y2=101,stroke_width=5,stroke="green") z5 = line(x1=73,y1=101,x2=82,y2=118,stroke_width=5,stroke="green") r28 = r11 | translate(x=83,y=110,) # Ellipse e=ellipse(w=170,h=25,fill="black") | repeat(20,rotate(10)) show(e,c6,c11,shape1,r10,r29,c5,c4,r9,r8,c3,c2,c1, r12,r13,r14,r15,r17,r16,r18,r19,c7,r20,c8,z,z1,z2,c9,r21, z3,r22,r23,r24,r25,r26,r27,z4,z5,r28,r1,r2,r3,r4,r5,r6)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login