how to use int(input()) inside a statement multiple times code example Example: taking input of n integers in single line python in a list arr = list(map(int, input().split()))