Skip to content

Commit 5fafe37

Browse files
authored
Update Day 9.md
1 parent 36450ab commit 5fafe37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Status/Day 9.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,9 @@ s1,s2=input().split()
154154
printVal(s1,s2)
155155
```
156156
------------
157-
**Solution by: yuan1z**
157+
158158
```python
159+
'''Solution by: yuan1z'''
159160
func = lambda a,b: print(max((a,b),key=len)) if len(a)!=len(b) else print(a+'\n'+b)
160161
```
161162
------------

0 commit comments

Comments
 (0)