Remove space

master
Valentin Ochs 2020-12-03 22:40:47 +01:00
parent f02578eae0
commit c0b7b03b83
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
l=list(map(int, open("/dev/stdin").readlines()))
l=list(map(int,open("/dev/stdin").readlines()))
print([a*b*c for a in l for b in l for c in l if a+b+c==2020])