Run »
Result Size:
625 x 571
txt = "Hello, welcome to my world." x = txt.rfind("e") print(x)
x
txt
=
"Hello, welcome to my world."
x
=
txt
.
rfind
(
"e"
)
print
(
x
)
13