Jump to content

User:FastReverter/sandboxPython

From Simple English Wikipedia, the free encyclopedia
Revision as of 21:45, 2 May 2009 by Microchip08 (talk | changes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
import time

pythontest = 1

if pythontest == 1

print("Hello World!")

time.sleep(5)

exit()