Код: Выделить всё
count_of_numbers = int(input())
for numbers in range(2*count_of_numbers):
number = int(input())
Подробнее здесь: https://stackoverflow.com/questions/700 ... oop-python
Код: Выделить всё
count_of_numbers = int(input())
for numbers in range(2*count_of_numbers):
number = int(input())