Question 2: Calculating Average Grade – Python MCQ
This is a simple question on basic arithmetic, list manipulation, and function implementation in Python. https://www.instagram.com/p/CtTO6YYLrqh/?utm_source=ig_web_button_share_sheet&igshid=MzRlODBiNWFlZA== What will be the output of the following code: def calculate_average(numbers): total = sum(numbers)…