Getting Dictionary input from User in Python (Hindi)

preview_player
Показать описание
Getting Dictionary input from User in Python



Check Out Our Other Playlists:

SUBSCRIBE to Learn Programming Language !

Learn more about subject:

________________________________________________

If you found this video valuable, give it a like.
If you know someone who needs to see it, share it.
If you have questions ask below in comment section.
Add it to a playlist if you want to watch it later.
________________________________________________

T A L K W I T H M E !
_______________________________________________

Make sure you LIKE, SUBSCRIBE, COMMENT, and REQUEST A VIDEO! :)
_______________________________________________
Рекомендации по теме
Комментарии
Автор

thanks your syntax helped me to debug error in my program.

poojakhirsariya
Автор

Thank you for this video, it is very helpful

allstartvk
Автор

I wish I find this channel little bit before my exam

Webify_Mastery
Автор

After Execution of this code, I created a second dictionary and wanted to merge those two dictionaries . How can I merge those two dictionaries ?
a = {}
b = int(input("Enter Number of Elements for First Dictionary :- "))
for i in range(b):
k1 = input("Enter Key :- ")
v1 = input("Enter Value :- ")
a.update({k1:v1})
print(a)
c = {}
d = int(input("Enter Number of Elements for Second Dictionary :- "))
for e in range(d):
k2 = input("Enter Key :- ")
v2 = input("Enter Value :- ")
c.update({k2:v2})

mihiraryan
Автор

i want to write a python script which will take 10 miliom files as an input and subject it for processing, after processing the generated output file will store in an folder have the name of infut file.... .... how to do that... can I use cuda python for better performance? .... plz help..

debanjansen
Автор

How to take multiple valus for one key from user?

surajkambli
Автор

After this code how to print fullname Rahul Sonam from the values in this dictionary anyone please write a code

athc
Автор

Bro u are a very good python teacher but it will be more better if u teach in a code editor or in an ide like vs code or pycharm

baalcody
Автор

Sir hm python sikhne se pehle konsi languages sikhe

shreeaainathtech
Автор

Brother how to take input in same line ex: Harsh 25 26.5 28
{Harsh:25, 26.5, 28}

anujgupta
Автор

how can we take multiple value as user input, fr eg
{game:[1, 2, 2], battle:[10, 12, 23]}

sabarinath
visit shbcf.ru