Como fazer a lista de flutuação como entrada no Python

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