With the aid of exception handling, we can write robust code for reading an integer from input: while True: try: n = input( ...
確定! 回上一頁