As in C++, Python can type hint that a function must not return. def hello() -> typing.NoReturn: print("hello").
確定! 回上一頁