CODE CHALLENGE

Addressline

An address provider returns addresses only with concatenated street names and numbers.

To Run

Modify the app.py file, and add as many addresses as neeeded to process into the addresses list and then run the command below:

  python3 app.py

To Run Tests

  python3 -m unittest test_solution.py