tuple_A = (1,2,3,4) tuple_B = (1,2,3,4,5,6)
this case will be true as tuple_A elements are in tuple_B and in the same order
tuple_A = (1,2,3,4) tuple_B = (1,3,