固定为:
# Declare variables. Ask user for input and use the exception handling function arithmatic = Arithmetic() n1 = arithmatic.float_input("Enter your First number: ") n2 = arithmatic.float_input("Enter your Second number: ")