Run
set_1 = set({"apple", "banana", "cherry"}) set_1_length = len(set_1) print(f"Length of the set : {set_1_length}")
Output