Q4
Single choice
Assuming that the snippet below has been executed successfully, which of the following expressions evaluate to True?
string = `python'[::2]
string = string[-1] + string[-2]