[::-1] स्लाइसिंग ऑपरेशन कोड print("Hello world"[::-1]) में क्या करता है?
What does the [::-1] slicing operation do in the code print("Hello world"[::-1])?
A)
B)
C)
D)
Explanation: