rs200415@rguktsklm.ac.in
CODERZONE
Home
Newsbuzz
PUC Material
Courses
Python Tutorial
C Tutorial
C++ Tutorial
java Tutorial
login
Run
Back
#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))
#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.