mariyasingleton101 mariyasingleton101 22-04-2024 Physics Answered What is output by the following program? def sample(val): val = val - 8 #MAIN n = 16 sample(n) print(n)