Westonci.ca is the Q&A platform that connects you with experts who provide accurate and detailed answers. Explore in-depth answers to your questions from a knowledgeable community of experts across different fields. Experience the ease of finding precise answers to your questions from a knowledgeable community of experts.

What data collection type is calc_dB after the following code segment is executed: import math def dB(P1, P2): return {10 * math.log10(P1/P2), P1, P2} calc_dB = dB(10,5)
a) Float
b) Set
c) Tuple
d) List