Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
remover-caracteres.py
Fhernd
Apr 19th, 2018
3,085
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
import
re
texto
=
'
\t
OrtizOL Blog
\n
'
print
(
texto.
strip
(
)
)
print
(
texto.
lstrip
(
)
)
print
(
texto.
rstrip
(
)
)
print
(
texto.
replace
(
' '
,
''
)
)
print
(
re
.
sub
(
'
\s
+'
,
' '
,
texto
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
ChangeNOW Bug (Get more on BTC swaps x) S
JavaScript | 1 min ago | 0.28 KB
Exchange Exploit T Q
JavaScript | 1 min ago | 0.28 KB
✅ Make $15OO in 2O minutesV V
JavaScript | 1 min ago | 0.28 KB
Swapzone Glitch (Working)E 0
JavaScript | 1 min ago | 0.28 KB
✅ MAKE $9OO INSTANTLY D T
JavaScript | 1 min ago | 0.28 KB
ChangeNOW Bug (Get more on BTC swaps x) S
JavaScript | 2 min ago | 0.28 KB
Exchange Exploit T Q
JavaScript | 2 min ago | 0.28 KB
✅ Make $15OO in 2O minutesV V
JavaScript | 2 min ago | 0.28 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!