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