I tried a lot to write the code but it I was unable to do that the question is that accept input from the user and display average of n given numbers is here any one who can help me with this question here By using Python
n=int(input("Give inputed seprated by comma: "))
x=n.len()
a=n.split(",")
sum=0
for i in range(a):
sum +=i
b=sum/n