• + 0 comments

    The list comp version of map/reduce is also elegant.

    numbers = [int(num) for num in input().split()]