Computer Science, asked by priyanshukurrey, 2 months ago

There are multiple ways to iterate over a dictionary in Python.

3 points

1) Iterate through all keys

2) Iterate through all values

3) Iterate through all key, value pairs.

4) None of the above

Answers

Answered by sivgunpreetk
1

Explanation:

2) iterate through all values is the correct answer

add mark me as brainliest please please please

Similar questions