def int_input(prompt): while True: try: age = int(input(prompt)) return age except ValueError as e: print("Not a proper integer!
確定! 回上一頁