Dictionaries in Python

TechKnowLogy Park
TechKnowLogy Park
561 بار بازدید - 2 سال پیش - Welcome back dear students,In this
Welcome back dear students,
In this video I have discussed dictionaries in Python. Dictionary is much like a list but more general. In list, index must be integers but in dictionary they can be of any type. Basically a element in a dictionary contains two parts separated by colon. For example:
d = {'first':'Apple', 'second':'Boat'}
Left side of colon is called key and a right side of colon is called value. A element in dictionary is basically a key-value pair.

The book referred to make this video is 'Python for Everybody' and can be downloaded from the link given below:
http://do1.dr-chuck.com/pythonlearn/E...

Like, share and subscribe to this channel; also press on bell icon to receive the notifications, whenever I upload a video.
2 سال پیش در تاریخ 1401/03/01 منتشر شده است.
561 بـار بازدید شده
... بیشتر