Comment prendre la liste du flotteur comme entrée dans Python

float_list = list(map(float, input().split()))
Stranger danger