How to join entries in a set into one string? January 14, 2023 by Tarik ', '.join(set_3) The join is a string method, not a set method.