x = list(map(int, input().split())) print(x)
x = list(map(int, input("Enter multiple values: ").split()))