#try to avoid input function a = [1,2,3,4,5,6,7,8,9] b = len(a) c = sum(a) print("Mean of the list is :"+str(c/b))
Click the run button. Try to avoid input() function.