Im not sure why the loop doesnt work ? Cam someone help me plz asap | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Im not sure why the loop doesnt work ? Cam someone help me plz asap

def main(): print("Hello User! This program helps you calculate your BMR and BMI!") Name,Age,Gender,Weight,Height = inputdetails() choice = menu() while choice != 'Q' or choice != 'q': if choice == '1': bmicalculator(Name, Age, Weight, Height) choice = menu() elif choice == '2': bmrcalculator(Name, Age, Gender, Weight, Height) choice = menu() elif choice == '3':

1st Oct 2017, 7:10 AM
Calvin Lee
Calvin Lee - avatar
1 Answer
+ 1
plz dont place coding here but in playground with a link in quesrion
1st Oct 2017, 7:23 AM
Oma Falk
Oma Falk - avatar