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