File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,18 @@ if __name__ == '__main__':
7373```
7474---------------------
7575
76+ ```
77+ python
78+ '''Solution by: mishrasunny-coder
79+ '''
80+ import textwrap
81+
82+ string = input()
83+ width = int(input())
84+
85+ print(textwrap.fill(string,width))
86+ ```
87+
7688# Question 97
7789
7890### ** Question**
@@ -224,4 +236,4 @@ if __name__ == '__main__':
224236
225237[ *** go to next day*** ] ( https://github.com/darkprinx/100-plus-Python-programming-exercises-extended/blob/master/Status/Day_24.md " Day 24 ")
226238
227- [ *** Discussion*** ] ( https://github.com/darkprinx/100-plus-Python-programming-exercises-extended/issues/3 )
239+ [ *** 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