como obter a entrada de matriz em python em uma única linha
arr = list(map(int, input().split()))
Yucky Yak
arr = list(map(int, input().split()))