Find the output of the following snippet.
string="Logical Operation"
print(string[-2:2:-2])
Answers
Answered by
1
Output of the Snippet:
otrp ai
Similar questions