codeGK
Code it ALL
Python Dictionary - CodeGK
♦ Python Dictionary

♣ About Python Dictionary

A Dictionary is the collection of elements
A Dictionary is Changeable
A Dictionary is Ordered, that is it Does-not have indexing
Duplicates are Not-allowed in a Dictionary.

♣ Example1: Python Dictionary

In this example, Dictionary is illustrated.
Example
Input:
Output:
Prev_LessonNext_Lesson
Python Dictionary