6.12 Run-length encoding. [String][Python]

#1

count = count * 10 + int(c)
shouldn’t it be just count = int(c)?

0 Likes