ВОПРОС С клавиатуры вводятся два целых числа в строку через пробел. Выберите фрагмент программы, в котором переменным а и b будут присвоены соответствующие целочисленные значения:
1) a, b = map (int (input ()).split ())
2) a, b = int (input ()).map (split ())
3) a = int (input ())
b = int (input ())
4) a, b = map (split ().int (input ()))
5) a, b = map (int (input ()) .int (input ()))
6) a, b = map (int, input ().split ())
7) a, b = int (map (input ().split ()))
8) a, b = map (int, input (), split ())
9) a, b = map (int. input().split ())
10) a, b = map (int. input (), split ())

Ответы 1

1
Решение №1 от Андрей Григорьев
Ответ: 6
Войдите: