b=int(input( "Input a number:" )). c=a/b. except ZeroDivisionError: print ( 'Division by zero' ). except Exception as e: print (e). else :.
確定! 回上一頁