Closed ghost closed 6 years ago
I added a line in the get_quote function to replace commas in quote with an empty string. This avoids raising a ValueError that occurs if the argument is greater than 1,000 because it cannot be converted into a float
get_quote
quote
I added a line in the
get_quote
function to replace commas inquote
with an empty string. This avoids raising a ValueError that occurs if the argument is greater than 1,000 because it cannot be converted into a float