def main(): try: print() except Exception as e: print(f"{e}") if __name__ == "__main__": main()