subject

#Intoduction
print """In today's world staying fit and healthy is very difficult.
Few people are unaware of their health leading to many problems.
So here is a program to check your health status!"""
#Take the age, gender, height and weight
age = int(input("Enter your age: "))
gender = (input("Enter gender(for male type M and for female type F): ")
h = input("Tell how tall you are: ")
weight = int(input("Enter your weight: "))
#Function created to calculate number of cups of water
def CupsOfWater():
a = weight/2.2
if age<=30:
b = a*40
c = b/28.3
d = c/8
d= round(d,1)
elif age>30 and age<=55:
b = a*35
c = b/28.3
d = c/8
d= round(d,1)
else age>55:
b = a*30
c = b/28.3
d = c/8
d= round(d,1)
print d

I don't know why its giving an error for the line "h = input("Tell how tall you are: ")"
Pls explaind

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 15:10
David is in week 3 of his current ashford course and has a paper due by monday night at midnight. he has finished everything but the concluding paragraph. as he boots up his computer to work on it, he sees a flash across the screen and then the screen goes black. he begins to panic as he tries desperately to turn the laptop back on. david should have saved his work on what kind of portable device?
Answers: 2
question
Computers and Technology, 23.06.2019 02:00
In the context of an internet connection, llc stands for leased line connection liability limited company local loop complex local loop carrier
Answers: 1
question
Computers and Technology, 23.06.2019 08:00
Match the items with their respective descriptions.
Answers: 1
question
Computers and Technology, 23.06.2019 12:30
What is the difference between the internet and the world wide web?
Answers: 1
You know the right answer?
#Intoduction
print """In today's world staying fit and healthy is very difficult.
Few pe...
Questions
Questions on the website: 13722361