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
Sahaja
Run
r = rectangle(w=300,h=300,fill='purple') skirt = line(x1=0,y1=0,x2=-100,y2=-100,stroke_width=10,stroke='black')|repeat(90,rotate(1)) body = rectangle(h=70,w=70,fill='purple',stroke='none') neck = rectangle(x=0,y=35,w=25,h=20,fill='purple') head = ellipse(x=0,y=75,w=60,h=75,fill='purple') h1 = line(x1=-30,y1=30,x2=-75,y2=75,stroke_width=10) h2 = line(x1=-73,y1=73,x2=0,y2=135,stroke_width=10) hand1 = h1+h2 h3 = line(x1=30,y1=30,x2=-50,y2=75,stroke_width=10) show(skirt,body,neck,head,hand1,h3)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login