getting more than one input in python 3 code example Example: take two numbers as inout in single line in python x, y = map(int, input().split())