phillipsjustin101 phillipsjustin101 30-09-2022 Computers and Technology contestada What is output by the following program? def sample (val): val = val - 8 #MAIN n = 16 sample (n) print (n)