def main() -> None: # here would be code raising exceptions on error # note the `None` return type if __name__ == '__main__': main().
確定! 回上一頁