Add an additional instance method, called is_big, that retur…
Add an additional instance method, called is_big, that returns True if the Bank has more than 1000 customers and False otherwise. Write your instance method here just as it would be written if it were included in the code above.
Read Details