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