>>> c = [] >>> for elemento in b: ... c.append(float(elemento)) ... >>> c [0.435, 0.8798, 0.0099, 1.0]