Como obter a entrada no python como string e converter em lista inteira

l=list(map(int,input().split()))
Condemned Chamois