Assuming that the snippet below has been executed successfully, which of the following expressions will evaluate to True? (Select two answers)
Assuming that the snippet below has been executed successfully, which of the following expressions will evaluate to True? (Select two answers) string = 'python' [::2] string = string[-1] + string[-2]A . string[0] == string[-1]B . string is NoneC . len (string] == 3D . string[0] == 'o'View AnswerAnswer: D