Computer Science, asked by gayathrizz0210, 3 months ago

How will you check for a value inside a dictionary using IN operator?

Answers

Answered by attitudegirl1222
4

Explanation:

Use dict. values() to check if a value is in a dictionary

Use the expression value in dictionary_values to return True if the value is in the dictionary and False if otherwise.

Answered by subhashree580
0

Answer:

hello dear Good morning

Explanation:

Use dict. values() to check if a value is in a dictionary

Use the expression value in dictionary_values to return True if the value is in the dictionary and False if otherwise.

May it is helpful to you

Similar questions