how to take 3 input values from user in a single line in python code example Example: take two numbers as inout in single line in python x, y = map(int, input().split())