how to get 2 value from the same line of input python code example Example: take two numbers as inout in single line in python x, y = map(int, input().split())