comand_1 = int(input('1 команда счёт')) comand_2 = int(input('2 команда счёт')) if comand_1 > comand_2: print('Команда №1') if comand_1 < comand_2: print('Команда №2') if comand_1 == comand_2: print('Счёт равный')