Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 468 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 468 Bytes

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