File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -154,9 +154,15 @@ s1,s2=input().split()
154154printVal(s1,s2)
155155```
156156------------
157+ ** Solution by: yuan1z**
158+ ``` python
159+ func = lambda a ,b : print (max ((a,b),key = len )) if len (a)!= len (b) else print (a+ ' \n ' + b)
160+ ```
161+ ------------
162+
157163
158164[ *** go to previous day*** ] ( https://github.com/darkprinx/100-plus-Python-programming-exercises-extended/blob/master/Status/Day%208.md " Day 9 ")
159165
160166[ *** go to next day*** ] ( https://github.com/darkprinx/100-plus-Python-programming-exercises-extended/blob/master/Status/Day_10.md " Day 10 ")
161167
162- [ *** Discussion*** ] ( https://github.com/darkprinx/100-plus-Python-programming-exercises-extended/issues/3 )
168+ [ *** Discussion*** ] ( https://github.com/darkprinx/100-plus-Python-programming-exercises-extended/issues/3 )
You can’t perform that action at this time.
0 commit comments