Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jul 25th, 2019
155
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
Adapter
Java | 37 min ago | 8.38 KB
Samson_CSharp_Act
C# | 1 hour ago | 1.47 KB
binkies3d change for app
JavaScript | 18 hours ago | 0.28 KB
Untitled
HTML | 18 hours ago | 0.82 KB
Untitled
C# | 18 hours ago | 2.39 KB
Install GTM
JavaScript | 19 hours ago | 0.89 KB
vpn
Bash | 19 hours ago | 0.94 KB
TextToSpeech.ps1
PowerShell | 20 hours ago | 0.22 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!