Answers for "built in functions avg python"

0

python avg

my_list = [1,2,3,4]

import numpy as np
print("mean = ", np.mean(my_list))
Posted by: Guest on March-19-2021

Code answers related to "built in functions avg python"

Python Answers by Framework

Browse Popular Code Answers by Language