So nehmen Sie die Array -Eingabe in Python in einer Zeile ein
arr = list(map(int, input().split()))
Yucky Yak
arr = list(map(int, input().split()))