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