I have two lists of strings with numbers. I want to subtract the value of list_1 from list_2, if I do
list_1.pop(0).
list_1 = [\'4 Green\', \'3 Blue\'] lis