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
Panda
By
Rijfas Usman
Run
# dedicated to Amjad 💫 ears = combine([circle(x=i*75, y=100, r=40, fill='black') for i in (1, -1)]) head = circle(r=110, fill='white') eyes = combine([circle(x=i*50, y=30, r=20, fill='black') + circle(x=i*50, y=25, r=8, fill='white') for i in (1, -1)]) nose = circle(y=-20, r=15, fill='black') mouth = combine([circle(x=i*15, y=-35, r=15, stroke_width=2)for i in (1, -1)]) + rectangle(y=-20, h=20, w=70, stroke_width=0, fill='white') panda = ears + head + eyes + mouth + nose show(panda)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login