Skip to content

Commit 5c69371

Browse files
authored
Update Day_23.md
1 parent 3dd0b9f commit 5c69371

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Status/Day_23.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ if __name__ == '__main__':
108108
```
109109
110110
---
111-
112111
```python
113112
'''Solution by: mishrasunny-coder
114113
'''
@@ -119,11 +118,8 @@ width = int(input())
119118

120119
print(textwrap.fill(string,width))
121120
```
122-
123121
---
124-
125-
```
126-
python
122+
```python
127123
'''solution by : Prashanth
128124
'''
129125
from textwrap import wrap

0 commit comments

Comments
 (0)