Computer Science, asked by rajivranjan31, 8 months ago

Find the output of the following snippet.
string="Logical Operation"
print(string[-2:2:-2])​

Answers

Answered by Oreki
1

Output of the Snippet:

otrp ai

Similar questions