← Pointer Manipulation
Pointer Manipulation Target: 5s
String reversal is the most basic pointer drill. Used in palindrome checks and word reversal.
s[::-1]
Type it from memory. Go.