User:FastReverter/sandboxPython

import time

pythontest = 1

if pythontest == 1

print("Hello World!")

time.sleep(5)

exit()