What is the output of the code? try: result = 10 / 0 except : result = "Cannot divide by zero." print(result)