# 3. Write a function to accept a string of values that looks like
# this:
# '"345,345,543.98","144.59","234,148.11","143.11","147.11","113,990,898"'
# and removes any commas other than the ones that are used to
# separate the double quoted values and returns a list with no quotes
Please help in python. Thank you!