Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jul 25th, 2019
161
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
import
time
s
=
"[]"
*
10
index
=
[
x
for
x
in
range
(
len
(
s
)
)
if
x%
2
]
while
True
:
for
i
in
index:
print
(
s
[
:i
]
+
'*'
+s
[
i:
]
,
end
=
'
\r
'
)
time
.
sleep
(
1
)
index
=
index
[
::-
1
]
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐
Java | 1 min ago | 0.15 KB
💎 Free Crypto Method 💎
JavaScript | 1 min ago | 0.20 KB
⭐⭐⭐Instant Profit Method⭐⭐
Java | 2 min ago | 0.15 KB
💵 Crypto Swap Glitch ✅ Easy money 💵
JavaScript | 3 min ago | 0.20 KB
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 4 min ago | 0.15 KB
🔥 Make 1000$ in 20 minutes 💵
JavaScript | 5 min ago | 0.20 KB
🔥 Make 1000$ in 20 minutes 💵
JavaScript | 5 min ago | 0.20 KB
⭐⭐⭐Exchange Exploit T 3⭐⭐
Java | 5 min ago | 0.15 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!