bmi

UnboundLocalError: local variable 'bmi' referenced before assignment line 38

UnboundLocalError: local variable 'bmi' referenced before assignment line 38 Question: I am making a BMI calculator with plotly Dash. I’m trying to code it where the user choses the unit of the input for weight and height, however its throwing an error on line 38: UnboundLocalError: local variable ‘bmi’ referenced before assignment from dash import …

Total answers: 1