Comment prendre une entrée de tableau dans Python en ligne unique
arr = list(map(int, input().split()))
Yucky Yak
arr = list(map(int, input().split()))