I need to find the character that is in certain position, which will be a value entered by the user, but I can't find a way to get the character in said position.
For example: If the user typed in the phrase "I need a plane" and he selected position number 3, I would need to show the user the letter "e". However, I cannot find a way to get the character in x position.
However, I cannot use an index because the position I need is not defined, it is a value that the user will give, and Python only allows integers to be entered in that section.