Write a Python program that includes a function that takes a list of integers and a number val as parameters and finds the index of the first number in the list greater than val.
Java question Write a Python program that includes a function that takes a list of integers and a number val as parameters and finds the index of the first number in the list greater than val. Your program should contain one function: (1) greater(lst,val): This function takes two parameters: a list of integers and a […]