SyntaxFix
Write A Post
Hire A Developer
Questions
use the built in float() function in a list comprehension.
A2 = [float(v.replace('"','').strip()) for v in A1]