0
Q:

how to find position of a character in a string from right sidepython

>>> s = 'hello'
>>> s.rfind('l')
3
0

New to Communities?

Join the community