I am trying to check if a dictionary is empty but it doesn\'t behave properly. It just skips it and displays ONLINE without anything except of display the m
dict = {} print(len(dict.keys()))
if length is zero means that dict is empty