38. How do you check if a string contains a subsequence? - Link
Example: Str-1 = “XAY”, Str-2= “XYAXAYZAX” string 1 is present in a substring of string 2 i.e XAY is present in XYAXAYZAX
36. write a function to add any number of numbers for Eg. add(1,2)
add(1,2,3)
add(1,2,3,4,5)
34. can you please take out the half name of your full name by index method
33. Write a program, how to check if the input is in the given list or not ..?
program to Get max. consecutive sum of 2 numbers in a list?
31. Print merge two lists one is integer another is float
28.Take a list with 6 different characters and print the 2nd and 3rd character?
26. difference between Break and Continue statements with an example python program?
23. Given two strings,X and Y (length(x) >=1 ,length(y) <= 10000), find out if 'y' is contained in 'x'