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'
20. Given that a man can jump X meters and after every jump, he comes back 1 meter as it is a slope model and given N poles to cross. Then print how many jumps are needed.
Input1 = number of meters pirate can climb
Input2 = number of meters pirate will slide down
Input3 = total number of walls
Input4[] = array of length input3 containing height of walls
Print the total number of jumps required to cross the wall?
20) Given that a man can jump X meters and after every jump, he comes back 1 meter as it is a slope model and given N poles to cross. Then print how many jumps are needed.