I was just going to scold u black and blue for that🤣
@Dabber72 жыл бұрын
a,b,c,d=[21,32,93,'hello',5] print(c) a,b,c,d='ABC',21,32,93,'hello',5 print(c) I am facing the same issue for both
@barsaprusty49392 жыл бұрын
@@Dabber7 thats what happens.. we can unpack list too... not everyone who teaches in youTube is correct all the time...
@sagarmasal1242 Жыл бұрын
yes its correct it is possible to unpack list also. list and tuple both we can do packing and unpacking
@luckyrajput264210 ай бұрын
What is meant by pack/unpack ? 😅😅
@parthdange755 Жыл бұрын
i dont usually comment on youtube but man what a great teaching every line with example...subscibing you
@Codeyug Жыл бұрын
Thanks and please do share..
@Indian-foody-traveller2 жыл бұрын
Very nice thankyou so much it was realy different from others video
@Codeyug2 жыл бұрын
Thank you.. Please share with friends..
@sumantwankhede2 жыл бұрын
Nice vdo..we can do comprehension of tuple by using its type print(tuple(i*2 for i in range(2)) ) # Tuple (0, 2) print({i:i*2 for i in range(2)} ) # dict {0: 0, 1: 2} l = [2,4,6] print ([i*2 for i in l if i > 1] )# List [4, 8, 12] print({i*2 for i in l if i > 1 }) # set {8, 4, 12}
@Codeyug2 жыл бұрын
But, actually it is generator and not comprehension.. Please check type here...
@MahbubAlam-ey7nz2 жыл бұрын
out of the world explanation
@Codeyug2 жыл бұрын
Keep learning
@fabeezsm7056 Жыл бұрын
we can unpack list and tuples . when i tried for output both came without error. i was wondering what am i wrong or my computer is
@gaurav6997 Жыл бұрын
Your explanation is amazing
@Codeyug Жыл бұрын
Thanks and check playlists please
@shyamkaladlagopal2 Жыл бұрын
well explanation sir....
@Rahul_Patil_11 Жыл бұрын
Kaash aapkee jaisa sir hamare college m hota🥹🙂
@vintagex43502 жыл бұрын
Your teaching techniques is too good
@Codeyug2 жыл бұрын
Thanks a lot
@johnsnow0072 жыл бұрын
Thank you so much darling 💓
@jobsenclave99912 жыл бұрын
Superb video. Very informative.
@Codeyug2 жыл бұрын
Thanks... Keep going
@shubhangimahajan50892 жыл бұрын
Very clear explanation Sir👍
@Codeyug2 жыл бұрын
Thanks
@VishalDubey-oi3rq2 жыл бұрын
nyc but we can unpack list also.. try it guys as same as tuple
@divyrajverma8286 Жыл бұрын
हर हर महादेव जय माँ भवानी जय श्रीराम जय माँ सीता जय हनुमानजी 🙏🙏🙏🙏🙏❤❤❤❤❤❤❤❤🚩🚩🚩🚩🚩🚩🚩🚩🚩🚩
@gautamagarwal97612 жыл бұрын
Best video 🙌
@Codeyug2 жыл бұрын
Thank you and keep going..
@williamjayaraj22442 жыл бұрын
Good explanation. Thanks.
@Codeyug2 жыл бұрын
Keep going.. 👍
@p.krajput06012 жыл бұрын
Great 👍❤️
@Codeyug2 жыл бұрын
Keep going bro..
@shubhpatil182 жыл бұрын
Nace presentation brother appreciate
@Codeyug2 жыл бұрын
Keep watching and keep learning
@pareshranjanrout9439 Жыл бұрын
❤ Thank you Bhai
@Codeyug11 ай бұрын
Please check playlist section of this channel
@nileshsinha957 Жыл бұрын
unpacking can be happen in list
@AyeshaKhan-sj5eb2 жыл бұрын
It is very good👍
@Codeyug2 жыл бұрын
Thank you and keep learning
@riyasaxena5210 Жыл бұрын
Thanks 👍😊
@sudip_pandit2 жыл бұрын
thank you sir
@Codeyug2 жыл бұрын
Check playlists..
@InfotechSuraj2 жыл бұрын
Amazing🙏
@Codeyug2 жыл бұрын
Thank you so much.. Keep learning from my channel. There are number of playlists
@a.agaming097 Жыл бұрын
At 6:53 you didn't provide parenthesis for tuple, then how can you define that tuple can be unpacked. I understand that the output will be the same but I am just trying to indicate your mistake.
@Codeyug Жыл бұрын
var1, var2, var3 = 10,20,30 is unpacking of tuple. I don't think there is a mistake.
@earth_19432 жыл бұрын
We can unpack list like tuple I am able to do it .
@ComedyAlexaАй бұрын
Aaj Mera name esme example liya 😅😊😢😊
@KartikPandeyVlogs2 жыл бұрын
I was thinking packing n unpacking is able in list
@Codeyug2 жыл бұрын
Now, it's cleared... Right?
@KartikPandeyVlogs2 жыл бұрын
@@Codeyug yes and this ques was in my exam yesterday thanks ❤
@ravijeetsingh5135 Жыл бұрын
Nice
@kshitijpatil4133 Жыл бұрын
sir, which software are you using for code in this video
@Codeyug Жыл бұрын
Vscode
@shrikantgedam290010 ай бұрын
i tried unpacking with list as you said and it works.... how it is possible j, k, l, m, = [1, 5.4, 'abc', 2+3j] print(j) print(k) print(l) print(m)
@Codeyug10 ай бұрын
Working is changed into new version. I have also commented in the same video and pinned it
@gajananchapole16072 жыл бұрын
Very nice
@Codeyug2 жыл бұрын
Thanks...you can learn python from this channel
@vintagex43502 жыл бұрын
Osm brother
@Codeyug2 жыл бұрын
Thanks 🤗
@YUGBHARWAJ3 ай бұрын
Item ❌️ Atom ✅️
@naikajay_2 ай бұрын
7:36 is it the wrong you have said at this point, tupple can be modify, and list provide more security to data
@samrat.022 жыл бұрын
Good expl
@Codeyug2 жыл бұрын
Thanks
@samrat.022 жыл бұрын
Hi bro if vs for loops plz 🙏 explan
@engineeringlife53912 жыл бұрын
But Maine list ke liye try kiya . Replit(online) pe . Unpacking ho raha hai . Pls help
@Codeyug2 жыл бұрын
Unpack hota hai... It depends on version I guess.. Comments check kro.
@yashanksaini36948 ай бұрын
L = ['hello' , 23 , 30 , 'ram'] a,b,c,d = L print (b) unpacking ho rhi h
@Codeyug8 ай бұрын
Yess... Please check my comment below the video
@ComedyAlexaАй бұрын
Why? Sir number 4 topic?
@skchannel2088 Жыл бұрын
Modification kelye list chahea ya tuple?
@Codeyug Жыл бұрын
List
@sangeetadubey15892 ай бұрын
😊❤❤❤
@johnmartin93292 жыл бұрын
aa,ba,ca,da=[1,5,3,4] print(aa,ba,ca,da) a,b,c,d=(1,2,4,5) print(a,b,c,d) both are giving same result in python 3.0 why
@Codeyug2 жыл бұрын
Sorry, we can unpack tuple.. I guess, I did mistake.
@Chinmoy3483 жыл бұрын
Nice video bro
@Codeyug3 жыл бұрын
Thank you.. If Anything required, text me..
@Chinmoy3483 жыл бұрын
@@Codeyug sure bro
@ramuyanamala12536 ай бұрын
packin and unpacking is supporting list
@samrat.022 жыл бұрын
Hi bro oops in python explan 😊😊plz
@Codeyug2 жыл бұрын
Full playlist hai bro..
@samrat.022 жыл бұрын
Thank you bro
@Codeyug2 жыл бұрын
Mila kya?
@samrat.022 жыл бұрын
@@Codeyug yes bro mil gaya thank you bro
@Codeyug2 жыл бұрын
@@samrat.02 'oop using python codeyug' esse bhi mil jayega
@atharvakulkarni4133Ай бұрын
One correction: List also supports unpacking :)
@KrunalDurne6 ай бұрын
U were wrong coz Unpacking is possible with list
@sanjaytakecare802 ай бұрын
Last difference is wrong
@Codeyug2 ай бұрын
Yess..sorry for that
@Mykiti2712 жыл бұрын
Bro plzz muj se insta pr rbta kren ya whatsapp prr muje python K bary mein ap se jan kari leni ha