Sum=0 for Namber in range(1,10+1): Sum=Sum+Namber Average=Sum/10 print("Cереднє арифметичне цих чисел =",Average)