input array string dalam python

x = list(map(str, input("Enter the values with spaces between them: ").split()))
ga7axy