Question: Please use Python 3. 1.Write a Python program to check whether a list contains a sublist. Example: a= [2,4,3,5,7] , b = [4,3]
Please use Python 3.

1.Write a Python program to check whether a list contains a sublist. Example: a= [2,4,3,5,7] , b = [4,3]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
