<?xml version="1.0" encoding="utf-8"?><oembed><type>video</type><version>1.0</version><width>1920</width><height>1080</height><title>Dictionaries. - Animated Video By ARCHANA BHARATHI P 23IT004 - Mango Animate</title><description>Dictionaries. animation video uploaded by ARCHANA BHARATHI P 23IT004. Dictionary is an unordered collection of elements. An element in dictionary has a key: value pair. All elements in dictionary are placed inside the curly braces i.e. { }Elements in Dictionaries are accessed via keys and not by their position. The values of a dictionary can be any data type. Keys must be immutable data type .Operations on dictionary:Accessing an element :Accessing the elements by using keysUpdate :Assigning a new value to key. It replaces the old value by new valueAdd element :Add new element in to the dictionary with keyMembershipMethods in dictionary:1. a.copy( ) :It returns copy of the dictionary2. a.items() :Return a new view of the dictionary's items. It displays a list of dictionary's (key, value) tuple pairs.3. a.keys() :It displays list of keys in a dictionary4. a.values() :It displays list of values in dictionary5. a.pop(key) :Remove the element with key and return its value from the dictionary6. a.update(dictionary) :It will add the dictionary with the existing dictionary7. fromkeys() :It creates a dictionary from key and values8. len(a) :It returns the length of the list9. clear() :Remove all elements form the dictionary10. del(a) :It will delete the entire dictionary. Make your animation and host online for free!</description><url>https://mangoanimate.com/w/wr0ehcltwehcqto/dictionaries/wh2ehcqtwfdbrtw/</url><author_name>ARCHANA BHARATHI P 23IT004</author_name><author_url>https://mangoanimate.com/homepage/1ef89677-4120-6be6-8cc8-f23c915625cf</author_url><provider_name>Mango Animate</provider_name><provider_url>https://mangoanimate.com</provider_url><thumbnail_url>https://online.mangoanimate.com/ai/w/137886492508148480/1/thumb.jpg</thumbnail_url><thumbnail_width>1920</thumbnail_width><thumbnail_height>1080</thumbnail_height><html>&lt;iframe src=&quot;https://mangoanimate.com/w/wr0ehcltwehcqto/dictionaries/wh2ehcqtwfdbrtw/?type=embed&quot; width=&quot;840px&quot; height=&quot;473px&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot; webkitAllowFullScreen mozallowfullscreen allowFullScreen&gt;&lt;/iframe&gt;</html></oembed>