def die(msg: str, code: str): print(msg) exit(code)