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
worli rough sketch 3.0
By
ARJUN
Run
def body(p1,p2,p3): d=polygon([p1, p2, p3],stroke="black", stroke_width=5,fill="gold") d1 =d | rotate(180) return(d+d1) def hands(): h= line(x1=50,y1=50,x2=100,y2=0,stroke_width=5) + line(x1=100,y1=0,x2=150,y2=50,stroke_width=5) h1 = h | scale(x=-1) return(h+h1) c = hands() + body(p1 = point(x=0, y=0), p2 = point(x=-50, y=50), p3 = point(x=50, y=50)) show(c)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login