Как взять список плавания в качестве ввода в Python

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