This website requires JavaScript.
Explore
Help
Register
Sign In
demo
/
youtube-summarizer
Watch
1
Star
0
Fork
You've already forked youtube-summarizer
0
Code
Issues
8
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
e587829a2f
youtube-summarizer
/
venv311
/
lib
/
python3.11
/
site-packages
/
setuptools
/
tests
/
textwrap.py
7 lines
98 B
Python
Raw
Blame
History
import
textwrap
def
DALS
(
s
)
:
"
dedent and left-strip
"
return
textwrap
.
dedent
(
s
)
.
lstrip
(
)
Reference in New Issue
View Git Blame
Copy Permalink