How do you get two inputs on different same line in Python code example Example: take two numbers as inout in single line in python x, y = map(int, input().split())