Can anyone tell me what's wrong with this program?
while True:
SNo=int(input("Enter S.No :"))
Name=input("Enter the Name:")
Age=int(input("Enter the Age:"))
Gender=input("Enter the Gender (M/F):")
Height=float(input("Enter the Height(in cms): "))
Height1=Height/100
Weight=float(input("Enter the Weight(in Kgs): "))
BMI=Weight/Height1**2
BMI1=print("BMI :",BMI)
BMI2=input("Enter the BMI :")
for a in BMI2:
if BMI2 =33:
BMI2="Obuse"
print(BMI2)
a=input("Do you want to continue Entering..?(Yes(Y)/No(N)")
if a=="Y" or a=="y":
continue
else:
break
Answers
Answered by
1
Answer:
I think nothing is wrong
Explanation:
please follow me and Mark me as brainliest
Answered by
1
Answer:
What's your question...
plz follow me..
Similar questions