Skip to content

Commit b393683

Browse files
authored
Update Day 4.md
1 parent 548aa8f commit b393683

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Status/Day 4.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ print(total)
166166
'''
167167
from functools import reduce
168168
x = input('please enter a digit:')
169-
# reduce(lambda x, y: int(x) + int(y), [x, x * 2, x * 3, x * 4])
170169
reduce(lambda x, y: int(x) + int(y), [x*i for i in range(1,5)])
171170
```
172171
---

0 commit comments

Comments
 (0)