demo_set_length.py:
thisset = {"apple", "banana", "cherry"} print(len(thisset))
➜ begtut>python demo_set_length.py
3