Комментарии:
Thanks you sir
ОтветитьThanks sir
ОтветитьThank you sir
ОтветитьLearning Python isn't so bad, but trying to put it all together is cruel and unusual hell. Just hell for me. Sir, I am so glad I found your videos. You're cheerful, have a well thought-out lesson plan, are easy to understand, and I can actually see the entire code as you type it out. And it's free to boot. Subbed.
ОтветитьI wonder, after checking, why .remove is not working in the case of a dictionary?
ОтветитьGood job Sir, keep going.
Everything is good in the video just try to start with some more basic concept and
Sir kindly try to smile a bit so, that it can be more interactive and friendlier video it will help you people only.. (hope you mind it positively)
If I just want to print out a particular key... and not all the keys.. how do you do this? appreciate the help!
ОтветитьI am impressed by the quality here, keep it up.
Ответитьgreat explanation
ОтветитьThis guy is basically a perfect presenter. Exactly correctly pace, examples just frame the issue perfectly )... Thanks Dude
ОтветитьThank you Punit, your videos and explanations help a lot to learn Python.
Ответитьanswers:
1.peak
2.whole dictionary with added key as terrain: "land"
3.mountain: peak , terrain: land
There must be a comma after the first element to make a tuple ("age",).
Ответитьindian guys are our light
ОтветитьI am getting a person1 not defined error
ОтветитьThank You ,All doubts are clear.
ОтветитьAwesome channel! Gonna do my python learning from all of your content!! Thanks for sharing! Also, I installed the app!! Thanks again!!
ОтветитьI have a doubt in get method.
Ответитьsuper explanation sir thank you soo much ....
ОтветитьThanks brother. Nice explanation. Stay blessed.
Ответитьhow to write python program drop empty Items from a given Dictionary
ОтветитьBetween 0.05 and 0.11, the instructor refers to strings as a compound data type. This is not correct. I hope this is just a blip because I have found his explanations to be beautifully clear till now.
ОтветитьSo now I know what a dictionary does, why woul I use it?
Ответить1. Peak
2. {'Mountain': 'Peak', 'Forest': 'Jungle', 'terrain': 'land'}
3. {'Mountain': 'Peak', 'terrain': 'land'}
bro look like he is programmed to teach
Ответить1."peak"
2.{"mountain": "peak", "forest": "jungle", "terrain": "land"}
3.{"mountain": "peak", "terrain": "land"}
sir ji ek question btai
ОтветитьYou explain the dictionary in 8 min op !
Ответить1. peak
2. {'mountain': 'peak', 'forest': 'jungle', 'terrain': 'land'}
3. {'mountain': 'peak', 'terrain': 'land'}
this is a perfect course, keep it up
Ответитьare u nepali
Ответитьhow to pair keys from excel data for multiple rows and columns?
Ответитьthanks my dear friend
Ответитьthanks for sharing triks
ОтветитьMost Standerd channel for python 🖤
Ответитьgreat presenting. easy to understand. thanks!
Ответить1. peak
2. {‘mountain’: ‘peak’, ‘forest’: ‘jungle’, ‘terrains’: ‘land’}
3. {‘mountain’: ‘peak’, ‘terrains’: ‘land’}
Is the answer..✅
Iam not able to run the dictionary in your compiler
ОтветитьNO WAY....the captions were shownig "whatsup guys i am punished from programmers" in the beggining of the vid 🤣🤣🤣🤣
Ответитьmy answers
1. {"peak"}
2. {"mountain" : "peak", "forest" : "jungle", "terrain" : "land"}
3. {"mountain" : "peak", "terrain" : "land"}