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
snowman
By
Parthip.P.R
Run
c = circle(r=75,y=-75,fill='black') +circle(r=60,y=-65,x=5,fill='white') c1 = c|translate(x=0,y=100)|scale(3/4) c2 = ellipse(h=30,w=120,y=60,x=-5,fill='black')|rotate(-25) c3 = rectangle(x=0,y=100,h=60,w=60,fill='black')|rotate(-20) show(c,c1,c2,c3) r1=5 y1=-50 for i in range(1,4): c4 = circle(r=r1,y=y1,fill='black') r1+=1 y1+=-20 show(c4) x1=-10 for i in range(1,3): c5=circle(r=6,x=x1,y=30,fill='black')|rotate(-15) x1+=30 show(c5)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login