HBell8903 HBell8903 04-01-2024 Computers and Technology contestada In Python, what is the method to retrieve the number of requests that have more than 5000 bytes sent in their response? a) response.get_size() b) response.get_bytes_sent() c) response.size() d) response.bytes_sent()