Challenge_12 Compression and Decompression I These methods handle string compression and decompression. The input can contain any characters but only alphabethicals are compressed. These methods use re-library, which is a builtin. You can run tests with: $ python3 test.py