In Python, we can find the average of a list by simply using the sum() and len() function. In this example, the sum() and len() built-in functions are used. It ...
確定! 回上一頁