В
Все
Б
Биология
Б
Беларуская мова
У
Українська мова
А
Алгебра
Р
Русский язык
О
ОБЖ
И
История
Ф
Физика
Қ
Қазақ тiлi
О
Окружающий мир
Э
Экономика
Н
Немецкий язык
Х
Химия
П
Право
П
Психология
Д
Другие предметы
Л
Литература
Г
География
Ф
Французский язык
М
Математика
М
Музыка
А
Английский язык
М
МХК
У
Українська література
И
Информатика
О
Обществознание
Г
Геометрия
2407arinka
2407arinka
07.03.2021 01:36 •  Информатика

написать что это программа сделала .


написать что это программа сделала .

Показать ответ
Ответ:
Elbek11ee
Elbek11ee
24.12.2021 18:58
1) She closed the door carefully
2) The Russian soldiers fought f
for peace and freedom.
3) The territory has been checked for explosives
So we can
start.
4)
the wind began to blow and we had to find a shelter.
5) They had to train
to achieve even slightest result.
6) It wasn't easy to parachute, the wind was blowing
7) I can't play the drums, but I can play the guitar quite
8)
drivers feel helpless on slippery roads.
9) The rest of the group was moving so
that we had to wait for
them.
10) After a month of training we could do the trick
0,0(0 оценок)
Ответ:
Den2228
Den2228
08.12.2020 09:39

import random

list = []

maxValue = 0

for x in range(5):

   list.append(input(f"{x + 1} строка "))

for x in range(5):

   if(maxValue < len(list[x])):

       maxValue = len(list[x])

for x in range(5):

   space = " " * (maxValue - len(list[x]))

   list[x] = space + list[x] + f"{x} - пробелов: {(maxValue - len(list[x]))}"

for x in list:

   print(x)

minus = 0

plus = 0

index = 0

list = []

print("введіть массив елементів в такому вигляді: \n1 2 3 -1 -2 -3")

string = input()

for x in range(len(string)):

   if(string[x] == " " or x == len(string) - 1):

       list.append(int(string[index:x+1]))

       index = x + 1

for x in list:

   if(x < 0):

       minus +=1

   else:

       plus +=1

if(plus > minus):

   for x in range (plus - minus):

       list.append(random.randint(-999, -1))

else:

   for x in range(minus - plus):

       list.append(random.randint(1, 999))

for x in list:

   print(x)

0,0(0 оценок)
Популярные вопросы: Информатика
Полный доступ
Позволит учиться лучше и быстрее. Неограниченный доступ к базе и ответам от экспертов и ai-bota Оформи подписку
logo
Начни делиться знаниями
Вход Регистрация
Что ты хочешь узнать?
Спроси ai-бота