haydenamrhein2888 haydenamrhein2888 29-12-2023 Computers and Technology contestada Def compute_sum(num1, num2): return num1 num2. What will be returned for the following function call? compute_sum(1, 2).a) 3b) 12c) 1d) 2