ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!

Dictionaries - English

This is a sample video. To access the full content,
please Login

14267 visits



Outline:

Overview of dictionaries Creating an empty dictionary Creating a non empty dictionary About key:value pair How to access the dictionary elements Demonstration of wrong key Add, delete and modify an item in a dictionary Usage of method in Retrieve the keys and values by using the methods keys() and values() Iterate over elements of a dictionary using a for loop