Überprüfen Sie, ob Sie in Python in Schwimmer konvertieren können

try:
    float(element)
except ValueError:
    print "Not a float"
Cozy Dev