Add a test to handle cases where the subscript name is used as a variable. (Why anyone would do this is beyond me). ``` subscript = Cambridge, Somerville, Arlington output = 10*subscript ... > 10, 20, 30 ```