shekieg25561 shekieg25561 14-05-2023 Computers and Technology contestada what is output? def calc(num1, num2): return 1 num1 num2 print(calc(4, 5), calc(1, 2)) group of answer choices 10 4 9 3 4, 5, 1, 2 145 112