python_set_length.py:
x
 
thisset = {"apple", "banana", "cherry"}
print(len(thisset))