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
Snow Man
By
S Sidharth
Run
base_circle = circle(x=0, y=-90, r=60, fill="#fffafa") top_circle = circle(x=0, y=10, r=40, fill="#fffafa") hand1 = rectangle(x=74, y=-50, w=50, h=10, fill="black") hand2 = rectangle(x=-74, y=-50, w=50, h=10, fill="black") eye1 = circle(x=-25, y=20, r=8, fill="black") eye2 = circle(x=25, y=20, r=8, fill="black") nose = circle(x=0, y=6, r=9, fill="#ff7b00") mouth = ellipse(x=0, y=-12, w=30, h=9, fill="black") scarf = ellipse(x=0, y=-29, w=80, h=7, fill="red", stroke="none") scarf_ext = ellipse(x=15, y=-70, w=7, h=80, fill="red", stroke="none") cap_base = rectangle(x=0, y=50, w=100, h=10, fill="black") top_cap = rectangle(x=0, y=80, w=60, h=50, fill="black") body = base_circle+top_circle+cap_base+top_cap+eye1+eye2+nose+mouth+scarf+hand1+hand2+scarf_ext show(body)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login