Utility Mill

Equals_Format_to_Dict

Convert lines of ... = ... into a Python dictionary


Output


Instructions / Discussion

Example

INPUT:

1 = SFR
2 = CONDO
3 = COOP
4 = 2-4 Units

OUTPUT:

{'1': 'SFR', '2': 'CONDO', '3': 'COOP', '4': '2-4 Units'}

Utility Mill is another wonderful Blended Technologies project.

copyright, owned and operated by Blended Technologies LLC.

Powered by Python and the ineffable Web.py