Skip to content

Commit 3dd0b9f

Browse files
authored
Update Day_23.md
1 parent 97732ee commit 3dd0b9f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Status/Day_23.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ if __name__ == '__main__':
109109
110110
---
111111

112-
```
113-
python
112+
```python
114113
'''Solution by: mishrasunny-coder
115114
'''
116115
import textwrap
@@ -122,6 +121,8 @@ print(textwrap.fill(string,width))
122121
```
123122

124123
---
124+
125+
```
125126
python
126127
'''solution by : Prashanth
127128
'''

0 commit comments

Comments
 (0)