Streams

An exercise with streams.

To Complete This Exercise

Once you've cloned this project to your local machine, read stream_exercise.py. Use the instructions to complete the StreamProcessor.process method.

You can try feeding arbitrary strings into your StreamProcessor using try.py. For example

python try.py 13757475640896857425163475869

To Test Your Work

To test your work, run test.py:

python test.py