Input he values of 3 variables in a single line in python code example Example: taking input of n integers in single line python in a list arr = list(map(int, input().split()))