In this case, we want to be able to try running the code and catch errors ... try: print(divide(4.0, 0.0)) except ZeroDivisionError: print("Dividing by zero ...
確定! 回上一頁