Posts by fnetto • 1 point
1 post
-
0
votes2
answers241
viewsQ: Check continence python list
I’d like help with a code. lista1 = [5, 6, 7] lista2 = [4, 'a', 9, 5, 6, 7] Check if the list 1 (the whole list) is contained in Lista2 and if lista2 = [4, 9, 5, 'a', 6, 7] do the same check, but…