how to take two input values from user in a same line in python code example Example: take two numbers as inout in single line in python x, y = map(int, input().split())