How can we find out how many elements a set contains?

With the len() instruction to find the length of the setWe can't know how many elements a set contains

With the len() instruction to find the length of the set.