Posts by Deiki • 1 point
1 post
-
0
votes2
answers47
viewsQ: Compare the values of two lists
So, I just started learning Python and I’d like to know how to compare the values of two lists, more specifically, know the values that match them, example a = [30, 35, 40, 50] b = [25, 35, 40, 55]…