Q. What will be the output of `print('Python'[::-1])`?
β
Correct Answer: (A)
nohtyP
Explanation: Using slicing with `-1` reverses the string.