Assuming that the snippet below has been executed successfully, which of the following expressions evaluate to True? (Choose two.) string = 'python'[::2] string...
Python PCAP Exam
Questions Number: 94 out of 146 Questions
64.38%
Question 94
Assuming that the snippet below has been executed successfully, which of the following expressions evaluate to True? (Choose two.) string = 'python'[::2] string = string[-1]+ string[-2]