script.py


import os, sys
os.system("title test script")
print("Hello UIVERSE.io!")
sys.exit()
#this is a comment.