Write a function that takes a list as a parameter, converts every element in the list to integar and then returns a tuple compri
sing of these integar elements. If the function encounters a character such as 'p' that cannot be converted to an integar, it throws this error message on the screen: "Error. Please enter only integers."