This website requires JavaScript.
Explore
Help
Register
Sign In
Galih
/
TKK_E32232028
Watch
1
Star
0
Fork
You've already forked TKK_E32232028
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ffcb4ec6ef
TKK_E32232028
/
.venv
/
lib
/
python3.10
/
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