cara mengambil input array dalam python dalam baris tunggal
arr = list(map(int, input().split()))
Yucky Yak
arr = list(map(int, input().split()))