python list 안에 str to float

jaeha_lee·2022년 12월 22일
0
sample = ["1.5","2.5"]
str2Float = list(map(float,sample))

0개의 댓글