点击运行
txt = "Hello, welcome to my world." print(txt.rfind("q")) print(txt.rindex("q"))
运行结果