python_ref_string_rfind_3.py:
x
 
txt = "Hello, welcome to my world."
x = txt.rfind("e", 5, 10)
print(x)