Contact: aviboots(AT)netvision.net.il
40,769 questions
53,151 answers
573 users
dict = {'key1':34, 'key2':89, 'key3':12, 'key4':72, 'key5':90} print(12 in dict.values()) ''' run: True '''