Jump to content

User:FastReverter/sandboxPython

From Simple English Wikipedia, the free encyclopedia
Revision as of 21:18, 2 May 2009 by FastReverter (talk | changes) (Created page with 'import time pythontest = 1 if pythontest == 1 print("Hello World!") time.sleep(5) exit()')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

import time pythontest = 1 if pythontest == 1 print("Hello World!") time.sleep(5) exit()