python_ref_string_rfind_1.py:
x
 
txt = "Mi casa, su casa."
x = txt.rfind("casa")
print(x)