Day 14 : Sets & Dictionaries | Python Course in Telugu | Vamsi Bhavani

  Рет қаралды 38,559

Vamsi Bhavani

Vamsi Bhavani

Күн бұрын

Пікірлер: 140
@venkataraman9728
@venkataraman9728 3 ай бұрын
chala baaga cheptunnaru... u r really very nice n pure hearted person... may god bless u with health n happiness.
@ranga3194
@ranga3194 2 жыл бұрын
L = [1,2,3,4,5] for i in L : print(i, end = " ") i += 1 Output : 1 2 3 4 5
@pavansai751
@pavansai751 Жыл бұрын
Reason bro
@ashokaddanki4230
@ashokaddanki4230 Жыл бұрын
@@pavansai751 reason is we are printing it before incrementing
@BALIGARISURENDRAREDDY2021-CSEU
@BALIGARISURENDRAREDDY2021-CSEU 3 ай бұрын
true can't given in out put beacuse 1 is also consider as true in boolean. set can't print duplicate values.
@Prashant.826
@Prashant.826 2 жыл бұрын
If you don't mind, your explanation is super.but your smile is so superb.
@VamsiBhavani
@VamsiBhavani 2 жыл бұрын
Assignments Q1: bit.ly/3aThJay Q2: bit.ly/3xPVdZl Q3: bit.ly/3Ql6Gr2 Q4: bit.ly/3QnSHRe Q5: bit.ly/3b1iGOa
@allinonec-1197
@allinonec-1197 2 жыл бұрын
Nenu sariga chuda ledu anna
@saikiraninamahanthi
@saikiraninamahanthi Жыл бұрын
Aap Assignments Comment ko PIN karna Bhulgaya Bhai... baht dundne ka baad ye mila muje....
@satya_kartik8795
@satya_kartik8795 Жыл бұрын
I patted my shoulder brother 😂. But frankly to say your lectures are very useful. Thank you bro.
@Ssdeals1234
@Ssdeals1234 5 ай бұрын
True means 1 so it cannot take 20:03
@mohammadabdulimran5176
@mohammadabdulimran5176 2 жыл бұрын
Days 14 & 15 Awesome Detailing about the topics
@RamuYadav-mc7gf
@RamuYadav-mc7gf 2 жыл бұрын
Hi Anna Thank you for teaching us 😊 Sets duplicate are not allowed kadha Anna So true= 1 already set lo 1 undhe andhuku 1 add kavatam ledhu
@pavithrabonthu9094
@pavithrabonthu9094 10 ай бұрын
Hi anna, thank you for your classes I have small rectification meru true use chesthuntey print avvatle kadha . ‘True’- string type lo use cheyandi it is working
@amarnathavs1680
@amarnathavs1680 2 жыл бұрын
l=[1,2,3,4,5] for i in l: print(i,end=" ") i=i+1 o/p: 1 2 3 4 5 vastundi anna kani meeru 1 3 5 antunaru
@msksvj7235
@msksvj7235 2 жыл бұрын
Yes bro .. I also tried
@Bujji2568
@Bujji2568 Жыл бұрын
Yes me also getting same output..
@divakarrao9887
@divakarrao9887 Ай бұрын
Yes bro. I am getting same here.
@kavithaa9970
@kavithaa9970 8 ай бұрын
i watched 36 minits and i patted my shoulder . thank u brother
@UEEMadhuri
@UEEMadhuri 2 жыл бұрын
Anna a.add(true) is not working but a.add('true') is working anna, string la consider cheste avuthundi anna but here true anedi oka statement la theeskuntam kada anna?
@SuneethaB-oe1bp
@SuneethaB-oe1bp 4 ай бұрын
dear brother if we put it in quotes it is adding, ex:"true", instead of true, any way your explination is very superb, thankyou.
@nscreativeworks2231
@nscreativeworks2231 2 жыл бұрын
Anna Coding kuda daily Tutorials cheyara.please
@harsha_the_analyst
@harsha_the_analyst Жыл бұрын
12 mins 29 Secs deggara list nee unordered annavu Anna kani Akkada set kadha Unordered ? Apart from that your teaching is Excellent Anna💯
@koyelapatisuresh4088
@koyelapatisuresh4088 2 жыл бұрын
day 14 completed bro with all your guidance.
@RAMESHKAKKERLA
@RAMESHKAKKERLA 7 ай бұрын
Hi Vamshi Bhavani garu, regarding SETS (UnOrdered), I found one thing. I practiced your example in multiple ways. Sets are UnOrdered, then also people facing issue as Elements of SET is displayed in Order. Actually, SETS are not following the elements order, but it will follows the DATA TYPE order, i.e. First INTEGERs, then FLOATs, then STRINGS. Try in this way, a = {'Ramesh',1,3.5,2} or a = {1,'Ramesh',3.5,2} or a = {1,3.5,2,'Ramesh'}. Please don't mind, if it is not correct.
@danaboinamuralikrishna
@danaboinamuralikrishna 6 ай бұрын
Hi bro what u r studying now plz reply me
@mr.june307
@mr.june307 Жыл бұрын
Just giving info about this who doesn't know if you know already plz simply ignore this comment: True is not adding, But False is adding in to sets because the boolean values of True = 1 & False = 0 . So here in the set already one is there , that's why True is not adding up
@ssmusic7999
@ssmusic7999 Жыл бұрын
Hi Anna I'm started learning Python from ur videos, I tried to print SETs got unordered at first attempt😀.Thankyou
@keertikrishnasreenivas13
@keertikrishnasreenivas13 5 ай бұрын
Anna add true in string format it is working
@phanideep1602
@phanideep1602 2 жыл бұрын
l = [1,2,3,4,5] for i in l: print(i,end=" ") i = i+1 option 1 is the right answer
@Kartheek0371
@Kartheek0371 2 жыл бұрын
Hi anna, i tried a.add("true'') and it worked
@Motive.mortar
@Motive.mortar 2 жыл бұрын
but din't work to me bro
@ramjisaladi4628
@ramjisaladi4628 2 жыл бұрын
@@Motive.mortar Bro quations pattu true ke like:"true"......👍
@chindampavan5454
@chindampavan5454 Жыл бұрын
​@@ramjisaladi4628 but it was going to be string right.
@apecet2025
@apecet2025 Жыл бұрын
T should be captial ycoz its a Boolean
@k.lavanya7086
@k.lavanya7086 Жыл бұрын
I added True only it has worked
@vamsiroyal4824
@vamsiroyal4824 2 жыл бұрын
Anna day 9 varaku notes icharu But strings nundi ivvaledhu...?
@yashjpsdas
@yashjpsdas 2 жыл бұрын
Hi Vamsi, I ran the code like this, It worked. I'm practicing in Juypter notebook. @20:39 t = 'True' a.add(t) print(a) I think when we should give True as a string, like 'True' . Correct me if there is something I'm missing out.
@sairamkirankorlapati4552
@sairamkirankorlapati4552 2 жыл бұрын
Then it is string not boolen
@AshokYadav-oo6lm
@AshokYadav-oo6lm 2 жыл бұрын
Hi, in that 20:39 he was given True but actual list is (1, 2,3.5,"vamsi") In that list already have 1 so duplicate not allowed and the True means it take it as a 1 and False take it as a 0..that's it...
@cutiegirlsow1890
@cutiegirlsow1890 2 жыл бұрын
Sir...if we give the True that's not taking and not executing..... But if we give as False ..then it will added and executed successfully .... I don't know why the True only not executed and not added to the list.....
@pallabharathkumar517
@pallabharathkumar517 Жыл бұрын
@@AshokYadav-oo6lm Avunu bro , thanks based on your comment , i tried to remove , a.remove(True) and output lo 1 raledu
@kalyanreddy9158
@kalyanreddy9158 Жыл бұрын
@@cutiegirlsow1890 once see the above comment 1 means true as 1 is already present it not take duplicate
@sivanagendramy2451
@sivanagendramy2451 2 ай бұрын
second assignment answer is 1,2,3,4,5
@dhruva7369
@dhruva7369 3 ай бұрын
I try to add True with colons and without colons both were worked
@saiteja6604
@saiteja6604 Жыл бұрын
a = {2,3.5,'sai',} a.add('true') print(a) /// a = {2,3.5,'sai',} t = 'true' a.add(t) print(a) in both cases getting o/p like this o/p : {'sai', 2, 3.5, 'true'}
@dhruva7369
@dhruva7369 3 ай бұрын
I try to add True it worked
@ssmusic7999
@ssmusic7999 Жыл бұрын
True is adding as SET item, only when i put it like string....... a.add('True')
@divakarrao9887
@divakarrao9887 Ай бұрын
Hello Vamsi, I am getting 1,2,3,4,5 but not the 1,3,5 answer for 2nd question from the Day 13 questions when I am executing the code. Please clarify me. Thankyou.
@venkataraman9728
@venkataraman9728 3 ай бұрын
jai hind... jai bharat.
@techie9962
@techie9962 Жыл бұрын
Set ennisarlu print chesina alage print avuthundhi but adhi create chesinappudu unordered ga create avuthundhi So enni sarlaina alage print avuthundhi Nenu enni sets create chesina first time unordered ga vasthundhi Aa tharvatha prathi sari 1st one laga ne vasthundhi
@venkateswarareddytumu1870
@venkateswarareddytumu1870 2 жыл бұрын
True is keyword ,so we don't use keyword as a variable and accessing
@rajshekarkothapelly6861
@rajshekarkothapelly6861 Жыл бұрын
thank you so much vamsi anna ❤
@GuestName-dg8lf
@GuestName-dg8lf Жыл бұрын
True is a key word
@RamuYadav-mc7gf
@RamuYadav-mc7gf 2 жыл бұрын
Hi Anna Sets lo duplicate allow unadadhu kadha so true=1 already 1 setlo undhe So andheke true add kaledhu
@kadamkirankumar5319
@kadamkirankumar5319 2 жыл бұрын
AnNa python in sets lo true ante 1 false ante 0 thats way akada alredy 1 undi kabati enka true tiskodu endhuku ante adi duplicates ni allow cheyadu kaBati..
@anjaneyulunakka-c6u
@anjaneyulunakka-c6u Жыл бұрын
1 is binary and it indicates true that's why its not printed
@pogalaharshitha398
@pogalaharshitha398 Жыл бұрын
thank you anna lots of love and respect from bottom of my heart
@akhiltammineedi4513
@akhiltammineedi4513 4 ай бұрын
I dont see assignment questions below the videos
@haarikayashodha6511
@haarikayashodha6511 Жыл бұрын
Tuple ki use chese danni paranthesis antaaru..broo😊..
@nvsmanohar
@nvsmanohar 5 ай бұрын
True Anedi string lo ivvali anna
@SumithraPatnam-z1x
@SumithraPatnam-z1x 5 ай бұрын
Anna meeru true ni inverted commas lo pettaledu andukani raaledu anukunta
@NageshVizag
@NageshVizag Жыл бұрын
Excellent bro, try to do chat gpt prompts concepts
@taruntarun3354
@taruntarun3354 2 жыл бұрын
approx 19 min true ni akkada bracket lo string rupam lo pedithe vachindi bro,i mean "true" in bracket
@venkymalleswarapu4709
@venkymalleswarapu4709 Жыл бұрын
bro day 14 assignments description lo ivaledhu
@vinthkonkati1671
@vinthkonkati1671 2 жыл бұрын
anna nen nv cgesina laane for loop lo for x in a chesaka malli a in x chesthe multiple tymes print avthundi y
@surendrasomireddy9263
@surendrasomireddy9263 10 ай бұрын
bro 'true' string kadha quotes pettakunda ela add avthundhi
@suvarnarajuchalla8621
@suvarnarajuchalla8621 2 жыл бұрын
sir real ga it sector lo ela use chestaro chppandi sir maku chala use avutundhi
@manipuripavani6784
@manipuripavani6784 Жыл бұрын
Day 13 lo second example answer 1 2 3 4 5
@jagadeswarreddyreddam5637
@jagadeswarreddyreddam5637 2 жыл бұрын
Anna 20:20 daggara 3 anedhi set lo ordered print ayyindhi yendhuku set anedhi inordered kada and add() fn last lo add chestundi kada
@kavya322
@kavya322 2 жыл бұрын
code studio lo inka assignment problems explain chesthara
@saikiraninamahanthi
@saikiraninamahanthi Жыл бұрын
why we got keys in horizontal order , and their values in vertical order? though we didnt specified it?
@DeviLokanadam
@DeviLokanadam 9 ай бұрын
Hi Anna, I tried to add True to the set, but its not getting added.
@peterkarri6644
@peterkarri6644 2 жыл бұрын
It is working anna, it should be in quote
@peterkarri6644
@peterkarri6644 2 жыл бұрын
a.add('true'), it should be defined as string
@s_dhanush_agarwal
@s_dhanush_agarwal 2 жыл бұрын
anna dict functions okasari malli cheptara pls theory lo and malli practical gaa kuda
@haridwathiadepu5715
@haridwathiadepu5715 2 жыл бұрын
anna a.add(''true'') worked here,it is consider as string
@ajaychintu6153
@ajaychintu6153 Жыл бұрын
thanks for information, it worked.
@hemanthlifts
@hemanthlifts Жыл бұрын
bro in set while you r explaining you want to add collans for true
@MKKishore-k5c
@MKKishore-k5c Жыл бұрын
hi bro The values True and 1 are considered as the same value in sets, and are treated as duplicates, we have true and 1 also in the set because its not printing
@Ush123_1
@Ush123_1 Жыл бұрын
Then it should give error right, if we print duplicates in sets... Then y error not getting....
@yogendrasrinivas6092
@yogendrasrinivas6092 2 жыл бұрын
18.51 degira true enduku raledu antey true ni qutos lo evaledu ga
@BinduMidde-ro9eb
@BinduMidde-ro9eb Жыл бұрын
Give string to true bro its working
@butterfly-225
@butterfly-225 6 ай бұрын
Sets and dictionaries are mutable anna
@sravanidevireddy2871
@sravanidevireddy2871 Жыл бұрын
true is a string we have to give " " so ,its not working
@mvasavi777
@mvasavi777 Жыл бұрын
Types of errors explain cheyyara
@sathvikch2070
@sathvikch2070 Жыл бұрын
sets lo ey case lo different order print avty?
@surendrasomireddy9263
@surendrasomireddy9263 10 ай бұрын
bro ...i have got an unordered set... if u want ill send a screenshot
@lakshmannallagorla1500
@lakshmannallagorla1500 Жыл бұрын
True is a string
@tdlmvs
@tdlmvs 8 ай бұрын
hi vamsi i tried for loop the answer i am getting is different
@harikrishnapasupula
@harikrishnapasupula Жыл бұрын
Wassum brother
@karimillivijayalakshmi9111
@karimillivijayalakshmi9111 Жыл бұрын
Dictionary ordered ani cheppaaru. Hobbies add chesaka b ni print chesinappudu order maripoyindi ela???
@Ush123_1
@Ush123_1 Жыл бұрын
Bro he said know it depends on version of python...
@priyasimhap2721
@priyasimhap2721 2 жыл бұрын
Bro Thonny lo chae Anna programs plzzzz 🙏
@rajsekharyadav3588
@rajsekharyadav3588 Жыл бұрын
True taken as 1 so 1 is already there. So duplicate
@RamuYadav-mc7gf
@RamuYadav-mc7gf 2 жыл бұрын
Hi Anna Sets lo duplicate not allowed So true=1 endhuke 1 add kavatamledhu
@nagendraraju3257
@nagendraraju3257 2 жыл бұрын
True ni string loki convert chesthe add avthundhi. " true "
@Motive.mortar
@Motive.mortar 2 жыл бұрын
bro try to put str to it
@advithakalimisetty3254
@advithakalimisetty3254 4 ай бұрын
please put ' ' to true it will add
@pravalikamarupatla6885
@pravalikamarupatla6885 2 жыл бұрын
thank you annaiya
@s_dhanush_agarwal
@s_dhanush_agarwal 2 жыл бұрын
anna operators eppudu anna identity and member cheppal kada
@VijayKumar-hm1be
@VijayKumar-hm1be Жыл бұрын
True is a keyword kadha bro ndk add Eva ledhu emo bro
@rakshirakshitha9171
@rakshirakshitha9171 2 жыл бұрын
Anna notes upload cheyyaledu Anna enduku
@b.v.sravankumar5068
@b.v.sravankumar5068 7 күн бұрын
Anna string ki code ivalli ga add chesetapudu
@b.v.sravankumar5068
@b.v.sravankumar5068 7 күн бұрын
Sets lo
@nagendraraju3257
@nagendraraju3257 2 жыл бұрын
18:40 Change intlo string bro "true"
@phanideep1602
@phanideep1602 2 жыл бұрын
but False is adding without changing in to string
@lavanyasbeautysalonacademy
@lavanyasbeautysalonacademy 2 жыл бұрын
i didn't worked anna,i thnk maybe a problem in colabaratory
@venkymalleswarapu4709
@venkymalleswarapu4709 Жыл бұрын
anna day 14 & 15 notes ivaledhu anna'
@My_Creativity-143.
@My_Creativity-143. 8 ай бұрын
Anna notes laidhu
@devijavvadi6432
@devijavvadi6432 2 жыл бұрын
Naku assignment questions ravatledu annaya
@Hemanth.13_12
@Hemanth.13_12 2 жыл бұрын
Anna nenu diploma mech complete avuthundhi nenu betch lo cse join avvali anukuntunna Naku c language and c plus plus nerchukunna trining lo but Naku intrest tho cse lo join avalli anukuntunna subjects and topics ardham avuthaya plese and polite request anna chappu anna🙏🏻🙏🏻
@durgapavangedela1557
@durgapavangedela1557 2 жыл бұрын
Brother personal suggestion is u join CSE ,and core concepts ki NPTEL saripotundi. And for programming and practice chala videos dorukutayee. All the best for your future
@nageshyadav8019
@nageshyadav8019 11 ай бұрын
It's not working but I can give Quotes its work with out quotes doesn't work
@NavyaVarshitaChellaboyina
@NavyaVarshitaChellaboyina Жыл бұрын
Notes kavali anna
@s_dhanush_agarwal
@s_dhanush_agarwal 2 жыл бұрын
true ki meeru "" ivvaledu anna string ki
@Motive.mortar
@Motive.mortar 2 жыл бұрын
real bro . bro missed putting string to "true"
@janapaneediChakradhar
@janapaneediChakradhar Жыл бұрын
"true"
@shyamalashyamala2416
@shyamalashyamala2416 2 жыл бұрын
Anna description lo assignment links pettu anna
@manipuripavani6784
@manipuripavani6784 Жыл бұрын
Kadha sir
@allinonec-1197
@allinonec-1197 2 жыл бұрын
Assignment kanapadatam ledhu anna
@nikhilpragada1562
@nikhilpragada1562 2 жыл бұрын
Assignment levu kada anna
@panagantijhansy
@panagantijhansy Жыл бұрын
Anna i =i+1 And i +=1 are both different
@manognashetty6296
@manognashetty6296 Жыл бұрын
No, they r same.. i+=1 is in coding lang.. and we calculate it as i=i+1
@SrikanthReddy_A
@SrikanthReddy_A Жыл бұрын
'true' chesthe vasthundhiii
@naveennasina7472
@naveennasina7472 2 жыл бұрын
Notes akkada
@vinodkumarbeerla3086
@vinodkumarbeerla3086 2 жыл бұрын
Anna notes di PDF pettu Anna, starting lo pettav kada ala
@raghaakhil4118
@raghaakhil4118 Жыл бұрын
notes vunda bro ?? vunta please share chasthav???? bro plz
@sowmya4443
@sowmya4443 2 жыл бұрын
where is the notes sir
@mohan4185
@mohan4185 Жыл бұрын
Same ordered vastundi anna😂😂
Day 16 : Recursion | Python Course in Telugu | Vamsi Bhavani
24:04
Vamsi Bhavani
Рет қаралды 36 М.
How Much Tape To Stop A Lamborghini?
00:15
MrBeast
Рет қаралды 195 МЛН
2 MAGIC SECRETS @denismagicshow @roman_magic
00:32
MasomkaMagic
Рет қаралды 36 МЛН
Real Man relocate to Remote Controlled Car 👨🏻➡️🚙🕹️ #builderc
00:24
Day 13 : Lists & Tuples | Python Course in Telugu | Vamsi Bhavani
32:01
Day 17 : OOPS Introduction | Python Course in Telugu | Vamsi Bhavani
22:35
Day 11 : Strings in Python | Python Course in Telugu | Vamsi Bhavani
30:42
Dictionary in Python
12:24
Telusko
Рет қаралды 1,4 МЛН
Python lists, sets, and tuples explained 🍍
15:06
Bro Code
Рет қаралды 308 М.
How Much Tape To Stop A Lamborghini?
00:15
MrBeast
Рет қаралды 195 МЛН