while True: try: #insert your "loop" here [.....] except ValueError: #restart the loop continue else: #exit the loop break.
確定! 回上一頁