尝试:
"\n".join("> [{}] {}".format((count), t) for count, t in zip(range(len(temporary_list[:10])), temporary_list[:10]))