'Trouble printing this f-string [closed]

I'm just trying this normal piece of code that has an f-string, but in the particular line mentioned below, I couldn't determine what's the problem:

elif(BMI<25):
    print(f"Your BMI is {BMI),you have normal weight.")


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source