sorted(list(map(int, input().split())), reverse=True) meaning code example Example: python map input list_of_inputs=list(map(int,input().split()))