OP mentioned reading from a file, which you would only be able to use after string conversion to ints.
if toInt(number) % 10 != 0
print number
print number + "(" + number[0] + "," + number[1] + ")"
if toInt(number) % 10 != 0
else