This is the presentation associated with the python string indexing and slicing video.
Python String Indexing and Slicing Video Question
This is the question that was asked in the python string indexing and slicing video
Question :
What is the output of the following code ?
In [ ]:
car = "Mercedes"
print(car[6:-6:-1])