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