14.11 Dictionary Item Count
A count of the items in a dictionary can be obtained by accessing the dictionary’s count property:
print(bookDict.count)
14.11 Dictionary Item Count
A count of the items in a dictionary can be obtained by accessing the dictionary’s count property:
print(bookDict.count)