This is the product description text that will appear here.
Quantity
1
Description
string[::-1] reverses a string. The slice syntax is [start:stop:step], and a step of -1 walks the whole sequence backwards.
No loop, no reversing function — just the language's own indexing read in the other direction.