#try to avoid input function a = 0 for i in range(5): b = int(input("Enter any Number :")) a = a+b print("Sum of 5 Numbers is :"+str(a)+"Average of 5 Numbers is :"+str(a/5))
Click the run button. Try to avoid input() function.