Python mengubah daftar string menjadi daftar ganda
list_floats = list(map(float, list))
Exuberant Elk
list_floats = list(map(float, list))