Answer:
def print_sum(a, b, c):
sum = a + b + c
print (sum)
return
print_sum(11, 9, 8)
Step-by-step explanation:
Thats the right number to get 28!
6.6m questions
8.7m answers