Which of the following invocations are valid? (Select two answers)
rfind("python","r")
sorted("python")
"python".sort ()
"python".index("th")
Submit