Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Clearing Console
Derailed_Dash
Dec 27th, 2022
(
edited
)
246
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
def
print_and_clear
(
msg:
str
,
delay
=
0.05
)
:
print
(
msg
)
time
.
sleep
(
delay
)
cls
(
)
def
cls
(
)
:
""" Clear console """
os
.
system
(
'cls'
if
os
.
name
==
'nt'
else
'clear'
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐ Free Crypto Method ⭐ ✅✅
JavaScript | 2 min ago | 0.67 KB
Timed
Lua | 8 min ago | 1.49 KB
🎯🎯 +50,000$ in 1 month⭐ 🎯📌
JavaScript | 10 min ago | 0.67 KB
dp_digits
C++ | 19 min ago | 1.49 KB
⭐⭐ FREE BTC GUIDE ✅ Working 📌📌
JavaScript | 25 min ago | 0.67 KB
💎 2OOO$ 15 MIN INSANE METHOD 💵🚨 ⭐✅
JavaScript | 33 min ago | 0.67 KB
⭐ EARN 11,500$ IN LESS THAN 10 MINUTES 📌🎯
JavaScript | 41 min ago | 0.67 KB
📌 VIP MONEY METHOD 📌 ✅🎯
JavaScript | 49 min ago | 0.67 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!