calvin

u/calvin@lemmy.calvss.com
1 posts · 1 comments

Recent posts

Recent comments

I wanted to see if it was possible to do part 1 in a single line of Python:

print(sum([(([int(i) for i in line if i.isdigit()][0]) * 10 + [int(i) for i in line if i.isdigit()][-1]) for line in open("input.txt")]))