← Pointer Manipulation

Micro-Drill #17 — Strip whitespace

Pointer Manipulation Target: 5s

Stripping removes noise before comparison. Needed for valid-palindrome and input parsing.

s.strip()

Type it from memory. Go.

Practice Problems

← Micro #16 Micro #18 →