how to take two integer input in one line in python code example Example: how to take two integers as input in python x, y = map(int, input().split())