Ответ:
Объяснение:
input_list = [int(a) for a in input('Введите числа через пробел: ').split()]
count = 0
for i in input_list:
if i < 0:
count += 1
print('Ответ:', count)Выложил свой код сюда: https://dropmefiles.com/aRkyn
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
Объяснение:
input_list = [int(a) for a in input('Введите числа через пробел: ').split()]
count = 0
for i in input_list:
if i < 0:
count += 1
print('Ответ:', count)
Выложил свой код сюда: https://dropmefiles.com/aRkyn