29.8k views
1 vote
Consider the statement Abstraction is a strategy for handling complexity. By giving a name to a complex task and encapsulating the details inside that method. Describe a complex computational task you performed in this activity. Describe the abstraction you used from the PIL library that helped you perform this task.

User Jamez
by
5.0k points

1 Answer

5 votes

Step-by-step explanation:

As part of the many functions of the Python Imaging library (PIL Library) is to resolve complex task.

A very good example is using the PIL library to resize an image without distorting the image. Although this process involves a lot of computational tasks, the PIL library can

actually help perform this task.

User Jomar
by
6.0k points