Tomar espacio separado por entrada int en Python

inp = list(map(int,input().split()))
Homeless Hedgehog