Comparing the values of two lists in Python

preview_player
Показать описание
Welcome Back to a new video today we will explain how to compare the values stored in two different Lists and then add the common values to a separate list with no duplicates. This is of course done in Python.
Thank you for watching and please leave a like and Subscribe to my channel to watch it grow!

To Hire me or for any Business enquiries Please Visit:

To View My Tech Blogs Please Visit:

Follow me on twitter to stay up to date with me:

THANK YOU
Рекомендации по теме
Комментарии
Автор

I just started TapAway's Forums! If you have any questions please ask them on the Forums so me or anyone else can help you! This is the best way for all of us to benefit together!

MasteringProgrammingTapAway
Автор

Man, thank you so much, I have finally done my homework thanks to you

stefanozorak
Автор

had no idea it was this simple, thank you very much!

cbmage
Автор

thanks for the help! I can't beleive I did not think of this for my problem!

josenunez
Автор

Thanks a lot, you help me resolve a very pressing issue.

oluwaseunadesina
Автор

@MasteringProgramming
So how do you find index position in two lists or string?

owaisishtiaq
Автор

thanks man ...i was searching for it here and there.

BPSC_ESSAY_SPECIAL
Автор

Hey what I do if I want remove duplicate

jayeshpandey
Автор

What if the amount of values in the list is/are different?

koorieph
Автор

How to compare by position of the numbers so for example I want to check if 1 is in the same Index in both lists?

zeke
Автор

I want to thank you for your awesome video it helped my a lot today, I really wish you the best, have a good day! :D

mk-uehn
Автор

Thanks a lot man. You are the best <3

aimasdimple
Автор

Hi MasteringProgramming, I hope you are doing wonderful. Thank you for the short and clear tutorial. can this be possible to comaper the two values and if the second lists value is higher perform some action? Thank you!

MrThekid
Автор

if i have both list with 1 milion value each, is there any faster solution ?

fauziramadhan
Автор

But what if I am comparing two lists for three identical items labeled 'positive' 'neutral'' and 'negative'?

felixdenheijer
Автор

I just get a blank array. I'm working with strings though.

andrewcaniglia
Автор

It might be a REAL GOOD IDEA to post the code

escapefelicity
Автор

l=['x', '', '', 'y', 'z']
m=['x', 'p', 's', 'y', 'z']
How to Prove this two are same.There will be any letter where it is '' .

abiramimoorthy
Автор

It might be a REAL GOOD IDEA to post the code

escapefelicity