Cómo tomar una lista de flotación como entrada en Python

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