demo_dictionary_len.py:
thisdict = dict(apple="green", banana="yellow", cherry="red") print(len(thisdict))
C:\Users\My Name>python demo_dictionary_len.py
3