romanperez4559 romanperez4559 Today at 4:18 PM Computers and Technology Answered 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