def subt(tupla1, tupla2): ar, ai = tupla1 br, b1 = tupla2 i = 1 ai = ai * i bi = bi * i print(f"({ar - br} + {ai - bi}i)")