Computer Science, asked by Iamsdm, 6 hours ago

Write about values() method in a dictionary with an example.​

Answers

Answered by XxitzCottonCandyxX
1

Definition and Usage

• The values() method returns a view object. The view object contains the values of the dictionary, as a list.

The view object will reflect any changes done to the dictionary, see example below

Hope it's help..Mark me as Brainliest..Drop some thanks..Follow please..

Attachments:
Similar questions