from datetime import datetime
def out(msg, level = "OTHR"):
print(datetime.now().strftime("%m/%d/%Y, %H:%M:%S") + ": " + level + ": " + msg)