User Profile
Collapse
-
Thank you so much! This helps me out!! I knew I was in the right direction. :) -
I can't get my simple Body Mass Index calculator to work
I am very new to python and I just want to write a simple program that calculates BMI using a simple function with arguments...It just tells me that my first "height" syntax is wrong. Help please :)
...Code:# This program calculates a person's Body Mass Index def main(): intro() weight = input(int('What is your weight in pounds? ') height = input(float('What is your
No activity results to display
Show More
Leave a comment: