Run Program ❯
Python Home
❯
Run Code
Change Orientation
text = "Artificial Intelligence is changing the world." slice_result = text[2:5] print("Original Text:", text) print("Sliced Text [2:5]:", slice_result)