Create a Dictionary Using Python

preview_player
Показать описание
Subscribe for more!
Рекомендации по теме
Комментарии
Автор

Python dict: Finally a worthy opponent, our battle will be legendary

infienite
Автор

How did you make a dictionary using python?

waysuperstar
Автор

Is it possible to get the antonyms and synonyms of a word?

EricXia-kb
Автор

amazing you used a dictionary library to troll everyone who is thinking of the datastructure.
If you wanna learn about actual python dictionaries, w3schools has a bunch of basic python stuff thats nice for learning from the ground up.

SasvanGulik
Автор

I'm trying to merge these two dictionaries and print the merged version but it won't let me, can you help please?

a = {'employee1':'Scott'}
b = {'employee2':'Sam'}
print(**a, **b)

liri