romanperez4559 romanperez4559 27-12-2023 Computers and Technology contestada After the program runs, what is the value of y?def print_sum(num1, num2): print(num1 + num2) y = print_sum(4, 5) Group of Answer Choices: a) 94 b) 545 c) None d) 9