Free lab Real Python 3. Zero installs. Your code stays in this browser. Open the playground

Run-Length Encoding

Medium · 50 XP

Compress a string so aaabccddd becomes a3b1c2d3, then write the decoder and prove it round-trips.

Target output
a3b1c2d3
aaabccddd
True
Blank · autosaved
PYrun-length.py
Run your code to check it…
Your next ten minutes

Write Python that does something useful.

Start free. No install, no card, no passive video marathon.

Start learning free → Explore the path