Ask a Question
Someone please help me in solving the Question 1:
Write a program to identify sub list [1,1,5] is there in the given list in the same order, if yes print “it's a Match” if no then print “it's Gone” in function
Example -
Listy = [1,5,6,4,1,2,3,5] - it's a Match
Listy = [1,5,6,5,1,2,3,6] - it's Gone
Someone please help me in solving the Question 1:
Write a program to identify sub list [1,1,5] is there in the given list in the same order, if yes print “it's a Match” if no then print “it's Gone” in function
Example -
Listy = [1,5,6,4,1,2,3,5] - it's a Match
Listy = [1,5,6,5,1,2,3,6] - it's Gone
Fuel your ambition, discover your passion and achieve your professional goals with LetsUpgrade.
Sign Up Now