Ребят найдите ошибку в программе(Питон) При запуске выдает ошибку: NameError: name 'ten' is not defined
>>>
L=[]
n=L
while n!=0:
n=int(input())
L.append(n)
A=[a for a in L if 9 < a < 100]
summ=0
for x in A:
summ += x
if summ == 0:
print("НЕТ")
if summ != 0:
mid=sum/ten(A)
print(mid)
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Copyright © 2024 SCHOLAR.TIPS - All rights reserved.