Skip to content

Commit 36450ab

Browse files
authored
Update Day_10.md
1 parent 03eb638 commit 36450ab

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Status/Day_10.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@ def printList():
138138
printList()
139139
```
140140
-------------
141+
```python
142+
'''Solution by: yuan1z'''
143+
func = lambda :print([i**2 for i in range(1,21)][:5])
144+
```
145+
-------------
146+
141147
# Question 35
142148

143149
### **Question:**
@@ -250,4 +256,4 @@ printTupple()
250256

251257
[***go to next day***](https://github.com/darkprinx/100-plus-Python-programming-exercises-extended/blob/master/Status/Day_11.md "Day 11")
252258

253-
[***Discussion***](https://github.com/darkprinx/100-plus-Python-programming-exercises-extended/issues/3)
259+
[***Discussion***](https://github.com/darkprinx/100-plus-Python-programming-exercises-extended/issues/3)

0 commit comments

Comments
 (0)