第13847题 判断
已知str="This is a disposable cup",sub="is",判断print(str.rfind(sub))的输出结果为5是否正确
A

正确

B

错误