Find the Runner-Up Score!

  • [deleted]
    + 0 comments

    Can somebody explain me this line:

    lis = list(map(int,raw_input().strip().split()))[:i]
    

    I've never used map(), So I have no idea about it :/ . Let alone map(), I need a clear explanation of the line.