python_ref_string_rindex_2.py:
x
 
txt = "Hello, welcome to my world."
x = txt.rindex("e")
print(x)