result = [int(i) if type(i) == int else None for i in s.split('¥t')]
これでいけんか?