Project Euler #13: Large sum

  • + 0 comments

    Python is not fun :(

    print(str(sum([int(input()) for _ in range(int(input()))]))[:10])