There is a dictionary. Keys are aids, ip values. How to find out which keys have the same values? The dictionary has the form
'10214': '192.168.15.11', '10215': '192.168.15.12', '10216': '192.168.15.9', '10217': '192.168.15.7', '10218': '192.168.15.10', '10219': '192.168.15.102', '10220': '192.168.15.103', '10221': '192.168.15.104', '10222': '192.168.15.8', '10223': '192.168.15.36', I want to know what aipishki duplicate. Tell me how this can be done.