Ответы
Ответ дал:
0
a = []
b = int(input('Введите кол-во чисел: '))
for c in range(b):
d = int(input())
a.append(d)
for e in a:
if e>0 and e%5==0: print(e, end = ' ')
b = int(input('Введите кол-во чисел: '))
for c in range(b):
d = int(input())
a.append(d)
for e in a:
if e>0 and e%5==0: print(e, end = ' ')
Вас заинтересует
2 года назад
2 года назад
2 года назад
8 лет назад
9 лет назад