file.write(('{} monomers only have N termini:\n'
                        '  Code\tSMILES\n'
                        '  {}\n\n').format(
                len(n_only), '\n  '.join('\t'.join(txt) for txt in n_only)))