Home
Random
Nearby
Log in
Settings
Give to Wikipedia
About Wikipedia
Disclaimers
Search
User
:
FastReverter/sandboxPython
Language
Watch
Change
<
User:FastReverter
import
time
pythontest
=
1
if
pythontest
==
1
print
(
"Hello World!"
)
time
.
sleep
(
5
)
exit
()